summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
author <changelog@php.net>2004-11-01 01:55:54 +0000
committer <changelog@php.net>2004-11-01 01:55:54 +0000
commit8ee7205c781e8b166f20f7d601fb93fc7317e61b (patch)
treed24a6cbe54e0385ad847d07ad72b83aa99fd5638 /Zend
parente0196d11a46a31f6dfdf42428e8e36eb59d55193 (diff)
downloadphp-git-8ee7205c781e8b166f20f7d601fb93fc7317e61b.tar.gz
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 6f38f15aa0..34631f67af 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -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: