changelog Sat Jul 3 20:32:16 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1675&r2=1.1676&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1675 php-src/ChangeLog:1.1676
--- php-src/ChangeLog:1.1675 Fri Jul 2 20:32:18 2004
+++ php-src/ChangeLog Sat Jul 3 20:32:15 2004
@@ -1,3 +1,27 @@
+2004-07-03 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * NEWS:
+ BFN
+
+ * ext/standard/var.c:
+ - Bugfix #28325 (circular reference serialisation).
+
+2004-07-03 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/gd/libgd/gd.c
+ ext/gd/tests/bug28984.phpt
+ ext/gd/tests/bug28984.phpt:
+ - Fix #28984, using full transparent segfauls in imagefill
+ (NB: imagefill is broken in HEAD, same code)
+ - Add testcase
+
+2004-07-03 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_alloc.c:
+ - Should fix mem leak with ZEND_MM. I made this change a while ago and
+ - rolled it back but I don't remember why. Please test!
+
2004-07-02 Wez Furlong <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -5570,7 +5594,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1675 2004/07/03 00:32:18
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1676 2004/07/04 00:32:15
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>