From: Date: Tue, 1 Feb 2005 01:33:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38775706eb3a02cb2c611f05a14d82d19a6cbecc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a6e54de466..73063c877a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-31 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() + to complete api (johannes@php.net) + 2005-01-30 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a66eb8ead3..dde51cb0a0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2005-01-31 Marcus Boerger + + * zend_reflection_api.c: + - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant() + to complete api (johannes@php.net) + 2005-01-28 Marcus Boerger * zend_execute_API.c: