[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-12-16 Thread changelog
changelog Mon Dec 17 01:31:37 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2900r2=1.2901diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2900

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/exif exif.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:14:55 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/exif exif.c /php-srcNEWS Log: MFB: Fixed bug #43606 (define missing depencies of the exif extension)

[PHP-CVS] cvs: php-src /ext/exif exif.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:15:05 2007 UTC Modified files: /php-src/ext/exif exif.c Log: MFB: Fixed bug #43606 (define missing depencies of the exif extension) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.196r2=1.197diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:21:44 2007 UTC Modified files: /php-src/ext/bz2bz2_filter.c Log: Fixed bug #43589 (a possible infinite loop in bz2_filter.c) # Patch by Greg Beaver

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/bz2 bz2_filter.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:22:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/bz2bz2_filter.c Log: MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/bz2 bz2_filter.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:22:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bz2bz2_filter.c /php-srcNEWS Log: MFB: Fixed bug #43589 (a possible infinite loop in bz2_filter.c)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions bug42272.phpt

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:28:57 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug42272.phpt Log: WS

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 18:31:07 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.13.2.8r2=1.71.2.17.2.13.2.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/tokenizer/tests token_get_all_variation15.phpt

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:17:55 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: Fix test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tokenizer/tests token_get_all_variation15.phpt

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:18:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: MFB5.3: Fix test

[PHP-CVS] cvs: php-src /ext/tokenizer/tests token_get_all_variation15.phpt

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:19:14 2007 UTC Modified files: /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: MFB5.3: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/token_get_all_variation15.phpt?r1=1.1r2=1.2diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_walk_basic1.phpt array_walk_basic2.phpt array_walk_error1.phpt array_walk_error2.phpt array_walk_object1.phpt array_walk_object2.php

2007-12-16 Thread Hannes Magnusson
array_walk, like most other PHP functions, returns NULL when passed invalid arguments. -Hannes On Dec 11, 2007 11:45 AM, Raghubansh Kumar [EMAIL PROTECTED] wrote: kraghubaTue Dec 11 10:45:25 2007 UTC Added files: (Branch: PHP_5_3)

[PHP-CVS] cvs: php-src /ext/spl/internal splobjectstorage.inc

2007-12-16 Thread Johannes Schlüter
johannesSun Dec 16 22:19:35 2007 UTC Modified files: /php-src/ext/spl/internal splobjectstorage.inc Log: - Fix #43611 SplObjectStorage is available since 5.1.2

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/internal splobjectstorage.inc

2007-12-16 Thread Johannes Schlüter
johannesSun Dec 16 22:19:49 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/internal splobjectstorage.inc Log: - MFH: Fix #43611 SplObjectStorage is available since 5.1.2

[PHP-CVS] cvs: php-src /ext/standard filestat.c

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 05:16:40 2007 UTC Modified files: /php-src/ext/standard filestat.c Log: Add scoping braces for variable declaration http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.170r2=1.171diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests 006.phpt

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 07:48:21 2007 UTC Added files: /php-src/ext/json/tests 006.phpt Modified files: /php-src/ext/json json.c Log: Add support for encoding options

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/json json.c /ext/json/tests 006.phpt

2007-12-16 Thread Sara Golemon
pollita Mon Dec 17 07:48:27 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/json/tests 006.phpt Modified files: /php-src/ext/json json.c Log: MFH (json.c r-1.32) Add support for encoding options