From: Date: Mon, 20 Sep 2004 00:34:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4017713fc20376f5acb2c16b5f17b88c873052da;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 21159e1464..00a8c8a98e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-09-19 Wez Furlong + + * ext/com_dotnet/com_iterator.c: + Use the correct free() here... + +2004-09-19 Marcus Boerger + + * 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 * main/network.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fa49ee3705..79377bc478 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-09-19 Marcus Boerger + + * 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 * zend_execute_API.c