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.
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
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
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_
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
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.
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
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_
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
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&
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
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
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
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
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
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
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
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
18 matches
Mail list logo