+2009-04-07 Felipe Pena <felipensp@gmail.com>
+
+ * ext/date/tests/bug46108.phpt
+ ext/date/tests/bug46108.phpt:
+
+ file bug46108.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ NEWS
+ ext/date/php_date.c:
+ - MFH: Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+ * ext/date/php_date.c:
+ - Fixed bug #46108 (DateTime - Memory leak when unserializing)
+
+2009-04-07 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+ Let's actually say what was updates ;-)
+
+2009-04-07 Arnaud Le Blanc <arnaud.lb@gmail.com>
+
+ * (PHP_5_2)
+ NEWS
+ sapi/cli/php_cli.c
+ sapi/cli/php_cli.c:
+ MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+ * sapi/cli/php_cli.c:
+ Fixed bug #47893 (CLI aborts on non blocking stdout)
+
+2009-04-07 Rob Richards <rrichards@ctindustries.net>
+
+ * (PHP_5_2)
+ NEWS:
+ BFN
+
+ * (PHP_5_2)
+ ext/dom/document.c
+ ext/dom/document.c
+ ext/dom/tests/bug47849.phpt
+ ext/dom/tests/bug47849.phpt:
+ MFH: fix bug #47849 (Non-deep import loses the namespace)
+ add test
+
+ * ext/dom/document.c
+ ext/dom/tests/bug47849.phpt
+ ext/dom/tests/bug47849.phpt
+ ext/dom/tests/bug47849.phpt:
+ fix bug #47849 (Non-deep import loses the namespace)
+ add test
+
+2009-04-07 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS:
+
+ News
+
+2009-04-07 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/libgd/gd.h
+ ext/gd/libgd/gd_jpeg.c:
+ - missing implementation gdJpegGetVersionString (thanks Rob)
+
+ * (PHP_5_3)
+ ext/gd/libgd/gd.h:
+ - silent warning or possible linker error on win
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - ws
+
+2009-04-07 Kalle Sommer Nielsen <kalle.php@gmail.com>
+
+ * (PHP_5_2)
+ ext/sqlite/libsqlite/src/date.c:
+ MFB53: Revert previous commit as it was causing alot more trouble than
+ expected
+
+ * (PHP_5_3)
+ ext/sqlite/libsqlite/src/date.c:
+ Revert previous commit as it was causing alot more trouble than expected
+
+2009-04-07 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * ext/gd/config.m4:
+ - fix build
+
+ * ext/gd/gd.c:
+ - not necessary
+
+ * ext/gd/config.m4:
+ - only gd2+ is supported, no need of this check. (sidenote:
+ PHP_CHECK_LIBRARY seems to use some weird flags (like -lidn in this case))
+
+ * ext/gd/config.m4
+ ext/gd/gd.c:
+ - MFB:
+ - #47812, undefined symbol: gdJpegGetVersionInt
+ - #46015, Build fails with system gd
+ - enable gd_compat when built using system's gd
+
+ * ext/gd/libgd/gd_compat.c
+ ext/gd/libgd/gd_compat.h:
+ - MFB: initial import, support for external gd library while keeping bug
+ fixes or features (more will be activated later)
+
+ * (PHP_5_3)
+ ext/gd/config.m4
+ ext/gd/gd.c
+ ext/gd/libgd/gd_jpeg.c:
+ - #47812, undefined symbol: gdJpegGetVersionInt
+ - #46015, Build fails with system gd
+ - enable gd_compat when built using system's gd
+
+ * ext/gd/libgd/gd_compat.c
+ ext/gd/libgd/gd_compat.c
+ ext/gd/libgd/gd_compat.h
+ ext/gd/libgd/gd_compat.h:
+
+ file gd_compat.c was initially added on branch PHP_5_3.
+
2009-04-06 Felipe Pena <felipensp@gmail.com>
* (PHP_5_2)