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

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:14:12 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: Fixed bug #43606 (define missing depencies of the exif extension) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.1&r2=1.173.2.5.2.

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.17

[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.196&r2=1.197&diff_format=u Index: php-src

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.13&r2=1.14&diff_

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.3.2.2.2.5&r2=1.3.2.2.2

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/bz2/bz2_filter.c?r1=1.

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/bug42272.phpt?r1=1.1.2.2&r2=1.1.2.3&diff

[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.8&r2=1.71.2.17.2.13.2.9&diff_format=u Index: php-src/ext/spl/spl_

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/token_get_all_variation15.phpt?r1=1.1.2.2&r2=1.1.2

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/token_get_all_variation15.phpt?r1=1.1.4.2&

[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.1&r2=1.2&diff_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-src/ext/stand

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splobjectstorage.inc?r1=1.3&r2=1.4&di

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splobjectstorag

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

2007-12-16 Thread Johannes Schlüter
johannesSun Dec 16 22:19:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/spl/internal splobjectstorage.inc Log: - MFH: Fix #43611 SplObjectStorage is available since 5.1.2 http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splobjectstorag

[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.170&r2=1.171&diff_format=u Index: php-src/ext/standard

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/json/json.c?r1=1.31&r2=1.32

[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 http://cvs.php.net/viewvc.cgi/php