+2009-02-12 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <mozo@mozo.jp>
+
+ * 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 <kalle.php@gmail.com>
+
+ * (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 <scott@macvicar.net>
+
+ * (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 <tabe@fixedpoint.jp>
* (PHP_5_3)
+2009-02-12 Moriyoshi Koizumi <mozo@mozo.jp>
+
+ * 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 <tony@daylessday.org>
* (PHP_5_2)