]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 24 Jul 2006 01:30:45 +0000 (01:30 +0000)
committer <changelog@php.net> <>
Mon, 24 Jul 2006 01:30:45 +0000 (01:30 +0000)
ChangeLog

index 437710d6b2bb98791ff083099dfb2692e5f1f3bf..80566473c5ff32c0abf0dc34ce5245a09c779efc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2006-07-23  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ext/fdf/fdf.c:
+      fix another compile failure. (bjori: TEST before commit!)
+
+    * (PHP_5_2)
+      ext/sybase_ct/php_sybase_ct.c:
+      MFH: fix compile failure and remove unnecessary TSRMLS_FETCH calls
+
+    * ext/sybase_ct/php_sybase_ct.c:
+      fix compile failure and remove unnecessary TSRMLS_FETCH calls
+
+    * scripts/phpize.in:
+      typofix
+
+2006-07-23  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/libgd/gd.c
+      ext/gd/tests/38179.phpt:
+      - MFB: #38179, imagecopy, palette to truecolor must use alpha channel too
+
+    * ext/gd/tests/38179.phpt
+      ext/gd/tests/38179.phpt:
+      
+      file 38179.phpt was initially added on branch PHP_5_2.
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd.c:
+      - #38179, imagecopy, palette to truecolor must use alpha channel too
+
+2006-07-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_2)
+      README.UPDATE_5_2:
+      - This was reintroduced by Zeev
+
+    * ext/standard/http.c:
+      - Tiny piece of unicode support
+
+    * ext/pdo_pgsql/pdo_pgsql.c:
+      -fix a bunch of warnings
+
 2006-07-22  Andrei Zmievski  <andrei@gravitonic.com>
 
     * ext/xmlreader/php_xmlreader.c: