From: Date: Mon, 17 Oct 2005 05:45:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60eff57ddadf1ff94723a3266cd3372cf6743cdc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c7a2b79f50..c15906cb7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2005-10-16 Jani Taskinen + + * Makefile.frag + ext/sqlite/Makefile.frag + ext/standard/Makefile.frag: + - Silence unnecessary output + + * (PHP_5_1) + NEWS: + NEWS file is about changes between releases. (RCs are not releases..) + +2005-10-16 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Add ability to access private properties of base classes + - Add ability to specify fully qualified name for properties + - ReflectionClass::getInterfaces89 now returns associative array + 2005-10-15 Derick Rethans * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8fac5d763c..eea623f0d4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2005-10-16 Marcus Boerger + + * zend_reflection_api.c: + - Add ability to access private properties of base classes + - Add ability to specify fully qualified name for properties + - ReflectionClass::getInterfaces89 now returns associative array + 2005-10-15 Derick Rethans * zend_compile.c: