]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 28 Aug 2004 00:34:05 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Sat, 28 Aug 2004 00:34:05 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index ceb80fadb608e50b5d734f7ee23fc3622c0f9ee8..46d1fbeedb5a40cec3e3308ab40ca3b6de65a80e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-08-27  Christian Stocker  <chregu@phant.ch>
+
+    * (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  <andi@zend.com>
+
+    * (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  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      Fixed bug #29842 (soapclient return null value)
+
 2004-08-26  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 25d5429288f036c7d18e4acb777d5c2b31400bac..b93a40df475a5777122312b153743715773c9716 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-27  Andi Gutmans  <andi@zend.com>
+
+    * zend_alloc.c:
+      - Fix leak report for 0 byte allocations (Dmitry)
+
 2004-08-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)