From: Date: Fri, 13 Feb 2009 01:33:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9689528090fa9cc56e5598c699e79f2e9a8b1bb0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 356466a053..5b435584f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2009-02-12 Ilia Alshanetsky + + * (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.9RC2 + +2009-02-12 Moriyoshi Koizumi + + * ZendEngine2/zend_strtod.c + ZendEngine2/zend_unicode.h + ext/unicode/php_unicode.h: + - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with + ICU that comes with the out-of-the-box Mac OS X. + + * (PHP_5_2) + NEWS: + - Update for bug #47370. + + * (PHP_5_2) + ext/standard/array.c + ext/standard/array.c: + - MFH: Fix bug #47370 (BC breakage of array_unique()) + + * ext/standard/array.c: + - Fix bug #47370 (BC breakage of array_unique()) + +2009-02-12 Kalle Sommer Nielsen + + * (PHP_5_2) + php.ini-dist + php.ini-dist + php.ini-recommended + php.ini-recommended: + MFH: Fixed wrong usage of error_reporting directive + + * php.ini-dist + php.ini-recommended: + Fixed wrong usage of error_reporting directive + +2009-02-12 Scott MacVicar + + * (PHP_5_2) + ext/json/json.c + ext/json/tests/001.phpt + ext/json/tests/bug42090.phpt: + MFH Fix bug #45989 - json_decode() doesn't return NULL on certain invalid + strings + + * (PHP_5_2) + ext/json/utf8_decode.c + ext/json/utf8_to_utf16.c + ext/json/tests/bug46944.phpt: + MFH Fix bug #46944 - UTF-8 characters outside the BMP aren't encoded + correctly. + + Forgot to merge this back in January + 2009-02-11 Takeshi Abe * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2c3f7d4321..abcbec6d06 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2009-02-12 Moriyoshi Koizumi + + * zend_strtod.c + zend_unicode.h: + - Remove dependencies on ustdio.h. Doing so allows HEAD to be built with + ICU that comes with the out-of-the-box Mac OS X. + 2009-02-11 Antony Dovgal * (PHP_5_2)