]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 28 Feb 2006 06:31:47 +0000 (06:31 +0000)
committer <changelog@php.net> <>
Tue, 28 Feb 2006 06:31:47 +0000 (06:31 +0000)
ChangeLog
Zend/ChangeLog

index 97cdd60bba0551bef1b60df6a036a45615f37ed0..2b25efdbfc5411d6c1fb9614df1d26462f1a3592 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2006-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_API.c:
+      - MFH Argument parsing specifier 'C', which is necessary for SPL already
+
+2006-02-27  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_1)
+      NEWS:
+      - MFH: Fixed bug #36510 (strtotime() fails to parse date strings with
+      tabs).
+
+2006-02-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS:
+      This fix was reverted
+
+2006-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/simplexml/php_simplexml.h
+      ext/simplexml/simplexml.c
+      ext/simplexml/tests/029.phpt
+      ext/simplexml/tests/029.phpt:
+      - Fix count/foreach interaction
+
+    * ext/simplexml/simplexml.c:
+      - MFB
+
+    * (PHP_5_1)
+      ext/simplexml/simplexml.c:
+      - Cleanup
+
+2006-02-27  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_1)
+      ext/simplexml/simplexml.c:
+      Fixed memory leak
+
 2006-02-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_1)
index b421a5dbd3a874cc9db7a3dc74d3040872f6ed53..5705316184af3c13b8c92d69074f3b10a7c1b9ad 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      zend_API.c:
+      - MFH Argument parsing specifier 'C', which is necessary for SPL already
+
 2006-02-26  Dmitry Stogov  <dmitry@zend.com>
 
     * zend.c