changelog Mon Sep 4 01:30:58 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2442&r2=1.2443&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2442 php-src/ChangeLog:1.2443 --- php-src/ChangeLog:1.2442 Sun Sep 3 01:30:50 2006 +++ php-src/ChangeLog Mon Sep 4 01:30:57 2006 @@ -1,3 +1,45 @@ +2006-09-03 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * main/streams/streams.c: + MFB: Fixed bug #38661 (mixed-case URL breaks url-wrappers). + + * (PHP_5_2) + NEWS + main/streams/streams.c: + Fixed bug #38661 (mixed-case URL breaks url-wrappers). + +2006-09-03 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + - new openssl constants entry + + * (PHP_5_2) + ext/openssl/openssl.c + ext/openssl/tests/bug28382.phpt + ext/openssl/tests/bug36732.phpt: + - add OPENSSL_VERSION_TEXT and OPENSSL_VERSION_NUMBER constants + - skip tests if openssl version < 0.9.7j (known to work) + +2006-09-03 Nuno Lopes <[EMAIL PROTECTED]> + + * (PHP_5_2) + php.ini-dist + php.ini-recommended: + little typo (bug #38531) + +2006-09-03 Johannes Schlüter <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/standard/credits.c: + - Remove version number here as already done in HEAD + +2006-09-03 Michael Wallner <[EMAIL PROTECTED]> + + * ext/date/php_date.c + ext/date/php_date.c: + - attempt to fix #38696 + 2006-09-02 Johannes Schlüter <[EMAIL PROTECTED]> * (PHP_5_2)