changelog Fri Aug 27 20:34:01 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1729&r2=1.1730&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1729 php-src/ChangeLog:1.1730
--- php-src/ChangeLog:1.1729 Thu Aug 26 20:32:38 2004
+++ php-src/ChangeLog Fri Aug 27 20:34:00 2004
@@ -1,3 +1,25 @@
+2004-08-27 Christian Stocker <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ EXTENSIONS:
+ Marking DOM and XSL as "Working". This should have happened with the
+ release of PHP 5.0.0 already.
+
+2004-08-27 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ Zend/zend_alloc.c:
+ - MF PHP 5
+
+ * ZendEngine2/zend_alloc.c:
+ - Fix leak report for 0 byte allocations (Dmitry)
+
+2004-08-27 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #29842 (soapclient return null value)
+
2004-08-26 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -9004,7 +9026,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1729 2004/08/27 00:32:38
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1730 2004/08/28 00:34:00
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>