ChangeLog update

This commit is contained in:
2004-11-01 01:55:54 +00:00
parent e0196d11a4
commit 8ee7205c78
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2004-10-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend_reflection_api.c:
- Add ReflectionFunction::invokeArgs(array)
- Add ReflectionMethod::invokeArgs(obj, array)
2004-10-31 Sebastian Bergmann <sb@sebastian-bergmann.de>
* ZendEngine2/zend_reflection_api.c:
Invokation -> Invocation
2004-10-30 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* ZendEngine2/zend.h:

View File

@ -1,3 +1,14 @@
2004-10-31 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c:
- Add ReflectionFunction::invokeArgs(array)
- Add ReflectionMethod::invokeArgs(obj, array)
2004-10-31 Sebastian Bergmann <sb@sebastian-bergmann.de>
* zend_reflection_api.c:
Invokation -> Invocation
2004-10-30 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend.h: