changelog Sun Mar 11 01:31:15 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2625&r2=1.2626&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2625 php-src/ChangeLog:1.2626
--- php-src/ChangeLog:1.2625 Sat Mar 10 01:31:05 2007
+++ php-src/ChangeLog Sun Mar 11 01:31:14 2007
@@ -1,3 +1,68 @@
+2007-03-10 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/standard/string.c:
+ Re-added check removed by the previous patch
+
+ * (PHP_5_2)
+ ext/standard/basic_functions.c:
+
+ Added additional checks for long input arrays inside
+ import_request_variables().
+
+
+2007-03-10 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_4)
+ NEWS:
+ - NEWS entry for the ft cve
+
+ * (PHP_4_4)
+ NEWS
+ NEWS
+ ext/gd/config.m4
+ ext/gd/config.m4
+ ext/gd/config.w32
+ ext/gd/gd.dsp
+ ext/gd/libgd/gd_security.c
+ ext/gd/libgd/gd_security.c
+ ext/gd/libgd/gdhelpers.h
+ ext/gd/libgd/gdhelpers.h
+ ext/gd/libgd/wbmp.c
+ ext/gd/libgd/wbmp.c
+ ext/gd/tests/createfromwbmp2.phpt
+ ext/gd/tests/createfromwbmp2.phpt:
+ - MFH: CVE-2007-1001, integer overflow with invalid wbmp images
+
+ * (PHP_4_4)
+ ext/gd/libgd/gdft.c:
+ - Fix the Fix for CVE-2007-0455
+
+ * ext/gd/config.m4
+ ext/gd/config.w32
+ ext/gd/libgd/gd_security.c
+ ext/gd/libgd/gd_security.c
+ ext/gd/libgd/gd_security.c
+ ext/gd/libgd/gdhelpers.h
+ ext/gd/libgd/wbmp.c
+ ext/gd/tests/createfromwbmp2.phpt
+ ext/gd/tests/createfromwbmp2.phpt
+ ext/gd/tests/createfromwbmp2.phpt:
+ - CVE-2007-1001, integer overflow with invalid wbmp images
+
+ * ext/gd/libgd/gd.c
+ ext/gd/tests/bug40764.phpt:
+ - MFB: #40764, line thickness not respected for horizontal and vertical
+ lines
+
+ * (PHP_5_2)
+ NEWS
+ ext/gd/tests/bug40764.phpt
+ ext/gd/tests/bug40764.phpt:
+ - #40764, line thickness not respected for horizontal and vertical lines
+ - add test
+ - NEWS entry
+
2007-03-09 Stanislav Malyshev <[EMAIL PROTECTED]>
* ext/mysqli/tests/bug38710.phpt: