diff options
author | <changelog@php.net> | 2005-12-27 06:32:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-12-27 06:32:16 +0000 |
commit | 96bb0c439576cc2f5310f391375eb3d45704e7a1 (patch) | |
tree | 298628afb6441fec0a6e686ffa1eb8bc11198b6e | |
parent | 180aa52fea4fa8706d70191db940d4dd7ac91139 (diff) | |
download | php-git-96bb0c439576cc2f5310f391375eb3d45704e7a1.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 140 | ||||
-rw-r--r-- | Zend/ChangeLog | 15 |
2 files changed, 155 insertions, 0 deletions
@@ -1,3 +1,143 @@ +2005-12-26 Antony Dovgal <antony@zend.com> + + * ZendEngine2/tests/bug31177-2.phpt: + MFB: typofix + + * (PHP_5_1) + ZendEngine2/tests/bug31177-2.phpt: + typofix + +2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com> + + * 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 <jani.taskinen@sci.fi> + + * ext/gd/tests/colormatch.phpt: + fix test + +2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com> + + * ext/gd/tests/copyresized.phpt + ext/gd/tests/types.phpt: + - imagetypes test + - copyresized title + +2005-12-26 Jani Taskinen <jani.taskinen@sci.fi> + + * (PHP_5_1) + NEWS: + reorder + + * (PHP_5_1) + NEWS: + fix news + +2005-12-26 Antony Dovgal <antony@zend.com> + + * 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 <marcus.boerger@post.rwth-aachen.de> + + * (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 <pierre.dev@gmail.com> + + * ext/gd/tests/copyresized.phpt: + - copyresized basic test + more once imagediff is available + +2005-12-26 Dmitry Stogov <dmitry@zend.com> + + * sapi/cgi/fastcgi.c: + Code cleanup (Nuno) + +2005-12-26 Zeev Suraski <zeev@zend.com> + + * ext/mysqli/mysqli_fe.c: + Whitespace + + * (PHP_5_1) + ext/mysqli/mysqli_fe.c: + Whitespace fix (don't ask :) + +2005-12-26 Dmitry Stogov <dmitry@zend.com> + + * (PHP_5_1) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.c: + Reverted invalid fix for bug #35785 + +2005-12-26 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * sapi/cgi/fastcgi.c: + Fix Windows build. + +2005-12-26 Zeev Suraski <zeev@zend.com> + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h: + Commit missing files - sorry! + +2005-12-26 Pierre-Alain Joye <pierre.dev@gmail.com> + + * (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 <antony@zend.com> * 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 <antony@zend.com> + + * tests/bug31177-2.phpt: + MFB: typofix + + * (PHP_5_1) + tests/bug31177-2.phpt: + typofix + +2005-12-26 Dmitry Stogov <dmitry@zend.com> + + * zend_execute.c + zend_execute.c: + Reverted invalid fix for bug #35785 + 2005-12-23 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * (PHP_5_1) |