changelog Mon Jun 18 01:31:20 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2722&r2=1.2723&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2722 php-src/ChangeLog:1.2723
--- php-src/ChangeLog:1.2722 Sun Jun 17 01:31:17 2007
+++ php-src/ChangeLog Mon Jun 18 01:31:20 2007
@@ -1,3 +1,59 @@
+2007-06-17 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/gd/libgd/gd.c:
+ malloc+memset == calloc (sync with libgd)
+
+2007-06-17 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd.c:
+ - Re commit "sync with libgd: improve _gdImageFillTiled()", I reverted
+ it in my previous commit
+
+ * ext/gd/libgd/gd.c:
+ - MFB: Drop useless tests (Daniel Diaz)
+
+ * (PHP_5_2)
+ ext/gd/libgd/gd.c:
+ - Drop useless tests (Daniel Diaz)
+
+2007-06-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ZendEngine2/zend_ini.c:
+
+ Fixed zend_alter_ini_entry() memory_limit interruption vulnerability.
+
+ * (PHP_4_4)
+ ext/session/session.c:
+
+ : Fixed compiler warning
+
+ * ext/session/session.c:
+
+ MFB: Fixed compiler warning
+
+ * (PHP_5_2)
+ ext/session/session.c:
+
+ Fixed compiler warning
+
+2007-06-17 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/gd/libgd/gd.c:
+ - MFH: #41717, imagepolygon does not respect thickness
+ (sync with libgd)
+
+ * ext/gd/libgd/gd.c:
+ - #41717, imagepolygon does not respect thickness
+ (sync with libgd)
+
+ * ext/standard/image.c:
+ - MFB: #41321, read error downgraded to E_NOTICE
+
2007-06-16 Stefan Esser <[EMAIL PROTECTED]>
* ext/session/session.c: