From: Date: Mon, 4 Sep 2006 01:30:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1785 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8465295f97ba53eaccc21b34ce810a7594ad1675;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9b6fe51e61..f84758b7d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2006-09-03 Ilia Alshanetsky + + * 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 + + * (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 + + * (PHP_5_2) + php.ini-dist + php.ini-recommended: + little typo (bug #38531) + +2006-09-03 Johannes Schlüter + + * (PHP_5_2) + ext/standard/credits.c: + - Remove version number here as already done in HEAD + +2006-09-03 Michael Wallner + + * ext/date/php_date.c + ext/date/php_date.c: + - attempt to fix #38696 + 2006-09-02 Johannes Schlüter * (PHP_5_2)