changelog Sat Mar 13 20:34:46 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1566&r2=1.1567&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1566 php-src/ChangeLog:1.1567
--- php-src/ChangeLog:1.1566 Fri Mar 12 20:33:18 2004
+++ php-src/ChangeLog Sat Mar 13 20:34:44 2004
@@ -1,3 +1,55 @@
+2004-03-13 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ - entry for fix #27582
+
+ * ext/gd/tests/bug27582_1.phpt
+ ext/gd/tests/bug27582_1.phpt
+ ext/gd/tests/bug27582_2.phpt:
+
+ file bug27582_1.phpt was initially added on branch PHP_4_3.
+
+ * (PHP_4_3)
+ ext/gd/libgd/gd.c:
+ - MFH bug #27582 (imagefilltoborder crashes)
+
+ * ext/gd/tests/bug27582_2.phpt:
+
+ - add tests for the bug #27582 (imagefilltoborder crashes)
+
+ * ext/gd/libgd/gd.c:
+ - restore too the alphablending if we do not reach the end of the function
+ Notice: This function still crashes (stack overflow), to reproduce it
+ see bug27582_2.phpt
+
+2004-03-13 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Bugfix #27586 ArrayObject::getIterator crashes with [] assignment
+
+2004-03-13 Greg Beaver <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ pear/scripts/pear.bat:
+ oops
+
+2004-03-13 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd.c:
+ - fix #27582 (http://bugs.php.net/bug.php?id=27582)
+ The problem was that the colors were changed endlessly, blending over
+ and over. An endless loop and recursive calls filled the stack=>segfault
+
+2004-03-13 Greg Beaver <[EMAIL PROTECTED]>
+
+ * pear/scripts/pear.bat
+ pear/scripts/pear.bat
+ pear/scripts/pearcmd.php
+ pear/scripts/pearcmd.php:
+ fix #1008: safe mode raises warning
+ fix register_argc_argv in pear.bat
+
2004-03-12 Sara Golemon <[EMAIL PROTECTED]>
* (PHP_4_3)