]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 20 Sep 2004 00:34:18 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Mon, 20 Sep 2004 00:34:18 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index 21159e14644452ad223839ae5d0c93c45b747d2b..00a8c8a98e4bae93b03e5ea88924d3142fba8b29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-19  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/com_dotnet/com_iterator.c:
+      Use the correct free() here...
+
+2004-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      Bugfix #30146 (ReflectionProperty->getValue() requires instance for static
+      property)
+
+    * ZendEngine2/zend_reflection_api.c:
+      Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited
+      classes)
+
 2004-09-17  Wez Furlong  <wez.php@thebrainroom.net>
 
     * main/network.c
index fa49ee37050c38e4a23f4c450ec62694cd5d49af..79377bc478ab566093c3e86415275e378a81d8f8 100644 (file)
@@ -1,3 +1,13 @@
+2004-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      Bugfix #30146 (ReflectionProperty->getValue() requires instance for static
+      property)
+
+    * zend_reflection_api.c:
+      Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited
+      classes)
+
 2004-09-17  Stanislav Malyshev  <stas@zend.com>
 
     * zend_execute_API.c