From: Date: Wed, 8 Apr 2009 01:32:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=846538e92f0dedb444f0fe31498027975087c05b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5fa7b50b14..aa5e28cea1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,127 @@ +2009-04-07 Felipe Pena + + * 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 + + * (PHP_5_2) + NEWS: + Let's actually say what was updates ;-) + +2009-04-07 Arnaud Le Blanc + + * (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 + + * (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 + + * (PHP_5_2) + NEWS: + + News + +2009-04-07 Pierre-Alain Joye + + * 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 + + * (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 + + * 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 * (PHP_5_2)