From 38775706eb3a02cb2c611f05a14d82d19a6cbecc Mon Sep 17 00:00:00 2001 From: Date: Tue, 1 Feb 2005 01:33:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 6 ++++++ Zend/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+) 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: -- 2.50.1