changelog Thu May 31 01:31:17 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2704&r2=1.2705&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2704 php-src/ChangeLog:1.2705 --- php-src/ChangeLog:1.2704 Wed May 30 01:31:05 2007 +++ php-src/ChangeLog Thu May 31 01:31:16 2007 @@ -1,3 +1,104 @@ +2007-05-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.3 + +2007-05-30 Antony Dovgal <[EMAIL PROTECTED]> + + * ZendEngine2/zend_exceptions.c + ZendEngine2/zend_interfaces.c: + remove semicolons and make SunCC happy + + * ext/openssl/tests/bug28382.phpt + ext/openssl/tests/bug28382.phpt + ext/openssl/tests/bug39217.phpt + ext/openssl/tests/bug39217.phpt: + fix test names + +2007-05-30 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/openssl/tests/bug39217cert1.txt + ext/openssl/tests/bug39217cert2.txt: + - add missing cert (thx Tony) + +2007-05-30 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + sapi/cli/tests/006.phpt: + fix test (second try) + + * (PHP_5_2) + sapi/cli/tests/006.phpt: + fix test + + * (PHP_5_2) + TSRM/tsrm_virtual_cwd.c: + MFH: fix lstat() function resolving symlinks + + * TSRM/tsrm_virtual_cwd.c: + fix lstat() function resolving symlinks + patch by Scott MacVicar + + * (PHP_5_2) + sapi/cli/tests/004.phpt + sapi/cli/tests/006.phpt: + fix tests + + * (PHP_5_2) + ZendEngine2/zend_API.c: + set module in internal_function struct + + * ext/standard/file.c: + check length only when it's specified + add the same check to fgetss() + +2007-05-30 Michael Wallner <[EMAIL PROTECTED]> + + * (RELEASE_1_4) + ext/hash/hash.c + ext/hash/package.xml + ext/hash/package2.xml + ext/hash/php_hash.h: + - version agnosticism (PECL/HEAD) + - release 1.4 + +2007-05-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + MFB: Fixed an interger overflow inside chunk_split(), identified by + Gerhard Wagner + + * (PHP_4_4) + NEWS + ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + MFH: Fixed an interger overflow inside chunk_split(), identified by + Gerhard + Wagner + + * (PHP_5_2) + NEWS + ext/standard/string.c + ext/standard/tests/strings/chunk_split.phpt: + + Fixed an interger overflow inside chunk_split(), identified by Gerhard + Wagner + 2007-05-29 Antony Dovgal <[EMAIL PROTECTED]> * ext/standard/dl.c: