]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 26 Dec 2005 06:31:53 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Mon, 26 Dec 2005 06:31:53 +0000 (06:31 +0000)
ChangeLog

index 28c51e28e140683ae27807b890bf31236503ae05..e8a62ac4f287d2e1b55aea9936085c726579bcde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2005-12-25  Antony Dovgal  <antony@zend.com>
+
+    * ext/zlib/tests/compress_zlib_wrapper.phpt
+      ext/zlib/tests/compress_zlib_wrapper.phpt:
+      add missing skipif tag
+
+2005-12-25  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/tests/colorclosest.phpt:
+      - add colorclosestalpha tests
+
+    * ext/gd/tests/colormatch.phpt
+      ext/gd/tests/colorresolve.phpt:
+      - add colorresolvealpha to colorresolve tests
+      - update colormatch
+
+    * (PHP_5_1)
+      NEWS:
+      - imagecolormatch fix and changes
+
+    * (PHP_5_1)
+      ext/gd/gd.c:
+      - MFH: raise warnings instead of errors in colormatch
+
+    * ext/gd/gd.c:
+      - raise warning instread of errors in colormatch
+
+    * (PHP_5_1)
+      ext/gd/gd.c
+      ext/gd/libgd/gd_topal.c
+      ext/gd/tests/colormatch.phpt:
+      - MFH: fix segfault/leak in imagecolormatch
+      - MFH: test for imagecolormatch
+
+    * ext/gd/tests/colormatch.phpt
+      ext/gd/tests/colormatch.phpt:
+      
+      - fix leak/segfaults in imagecolormatch
+      - add tests for imagecolorexact and imagecolormatch
+        The later is only about the segv
+
+    * ext/gd/gd.c
+      ext/gd/libgd/gd_topal.c
+      ext/gd/tests/colorexact.phpt:
+      - fix leak/segfaults in imagecolormatch
+      - add tests for imagecolorexact and imagecolormatch
+        The later is only about the segv
+
+2005-12-25  Rui Hirokawa  <rui_hirokawa@ybb.ne.jp>
+
+    * (PHP_5_1)
+      ext/mbstring/mb_gpc.c
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h:
+      MFH: fixed #35711, added mbstring.strict_detection to detect the encoding
+      striktly.
+
+    * ext/mbstring/mb_gpc.c
+      ext/mbstring/mbstring.c
+      ext/mbstring/mbstring.h:
+      fixed #35711, added mbstring.strict_detection to detect the encoding
+      striktly.
+
+2005-12-25  Zeev Suraski  <zeev@zend.com>
+
+    * sapi/cgi/cgi_main.c
+      sapi/cgi/config.w32
+      sapi/cgi/config9.m4:
+      Reimplement FastCGI interface
+      
+      Due to licensing restrictions that actually don't allow anybody to use
+      the libfcgi code without prior approval from Open Market, which is
+      impossible to obtain - we decided to reimplement this interface from
+      scratch.  The result is actually slightly faster, and more importantly,
+      clear of any copyright issues.
+      
+      Implementation by Dmitry
+
 2005-12-24  Pierre-Alain Joye  <pierre.dev@gmail.com>
 
     * ext/gd/tests/colorclosest.phpt