ChangeLog update

This commit is contained in:
2005-02-01 01:33:19 +00:00
parent 0bb81ce1d6
commit 38775706eb
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-01-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend_reflection_api.c:
- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
to complete api (johannes@php.net)
2005-01-30 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)

View File

@ -1,3 +1,9 @@
2005-01-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c:
- Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
to complete api (johannes@php.net)
2005-01-28 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_execute_API.c: