diff --git a/ChangeLog b/ChangeLog index a6e54de4662..73063c877a2 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 a66eb8ead35..dde51cb0a0d 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: