]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 27 Dec 2005 06:32:16 +0000 (06:32 +0000)
committer <changelog@php.net> <>
Tue, 27 Dec 2005 06:32:16 +0000 (06:32 +0000)
ChangeLog
Zend/ChangeLog

index e8a62ac4f287d2e1b55aea9936085c726579bcde..c519503b7344ba0d137b652a385ff1f18b40aeb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 64e4e7fbe4ac61462765b13a20d3f8b14b718af7..a191f3900ddde4a9db91ff5d6ec566761dd5f8fc 100644 (file)
@@ -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)