From: Date: Tue, 27 Dec 2005 06:32:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96bb0c439576cc2f5310f391375eb3d45704e7a1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e8a62ac4f2..c519503b73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,143 @@ +2005-12-26 Antony Dovgal + + * ZendEngine2/tests/bug31177-2.phpt: + MFB: typofix + + * (PHP_5_1) + ZendEngine2/tests/bug31177-2.phpt: + typofix + +2005-12-26 Pierre-Alain Joye + + * ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/gd.c: + - HAVE_GD_DYNAMIC_CTX_EX, always defined + + * ext/gd/tests/gif.phpt: + - check for jpeg support + + * ext/gd/config.m4 + ext/gd/config.w32 + ext/gd/gd.c + ext/gd/gd.dsp + ext/gd/gd_ctx.c: + - remove HAVE_LIBGD204, always set + + * ext/gd/config.w32 + ext/gd/gd.c + ext/gd/gd.dsp: + - remove USE_GD_IOCTX, both bundled and extern lib use IOCTX + + * ext/gd/tests/gif.phpt: + - basic gif i/o test + +2005-12-26 Jani Taskinen + + * ext/gd/tests/colormatch.phpt: + fix test + +2005-12-26 Pierre-Alain Joye + + * ext/gd/tests/copyresized.phpt + ext/gd/tests/types.phpt: + - imagetypes test + - copyresized title + +2005-12-26 Jani Taskinen + + * (PHP_5_1) + NEWS: + reorder + + * (PHP_5_1) + NEWS: + fix news + +2005-12-26 Antony Dovgal + + * ext/standard/tests/general_functions/bug27678.phpt: + add new test + + * ext/standard/tests/general_functions/bug27678.phpt + ext/standard/tests/general_functions/bug27678.phpt: + + file bug27678.phpt was initially added on branch PHP_5_1. + +2005-12-26 Marcus Boerger + + * (PHP_4_4) + NEWS + NEWS: + - BFN + + * main/snprintf.c: + - Support full range of floats + + * (PHP_4_4) + main/snprintf.c + main/snprintf.c: + - SWH (WS + memory corruption fix) + + * main/snprintf.c: + - Fix memory corruption in s*printf() (see bug #27678) + +2005-12-26 Pierre-Alain Joye + + * ext/gd/tests/copyresized.phpt: + - copyresized basic test + more once imagediff is available + +2005-12-26 Dmitry Stogov + + * sapi/cgi/fastcgi.c: + Code cleanup (Nuno) + +2005-12-26 Zeev Suraski + + * ext/mysqli/mysqli_fe.c: + Whitespace + + * (PHP_5_1) + ext/mysqli/mysqli_fe.c: + Whitespace fix (don't ask :) + +2005-12-26 Dmitry Stogov + + * (PHP_5_1) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + Reverted invalid fix for bug #35785 + +2005-12-26 Sebastian Bergmann + + * sapi/cgi/fastcgi.c: + Fix Windows build. + +2005-12-26 Zeev Suraski + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h: + Commit missing files - sorry! + +2005-12-26 Pierre-Alain Joye + + * (PHP_5_1) + NEWS: + - xslt/exslt versions constants entry + + * (PHP_5_1) + ext/xsl/php_xsl.c: + - MFH: #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION + and LIBEXSLT_DOTTED_VERSION + + * ext/xsl/php_xsl.c: + - #35805 add LIBXSLT_VERSION, LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and + LIBEXSLT_DOTTED_VERSION + + MFH? + 2005-12-25 Antony Dovgal * ext/zlib/tests/compress_zlib_wrapper.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 64e4e7fbe4..a191f3900d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2005-12-26 Antony Dovgal + + * tests/bug31177-2.phpt: + MFB: typofix + + * (PHP_5_1) + tests/bug31177-2.phpt: + typofix + +2005-12-26 Dmitry Stogov + + * zend_execute.c + zend_execute.c: + Reverted invalid fix for bug #35785 + 2005-12-23 Marcus Boerger * (PHP_5_1)