changelog Mon Jul 24 01:30:47 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2400&r2=1.2401&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2400 php-src/ChangeLog:1.2401
--- php-src/ChangeLog:1.2400 Sun Jul 23 01:30:44 2006
+++ php-src/ChangeLog Mon Jul 24 01:30:45 2006
@@ -1,3 +1,45 @@
+2006-07-23 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/xmlreader/php_xmlreader.c: