changelog Sun Oct 31 20:54:37 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1791&r2=1.1792&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1791 php-src/ChangeLog:1.1792
--- php-src/ChangeLog:1.1791 Sat Oct 30 20:51:40 2004
+++ php-src/ChangeLog Sun Oct 31 20:54:20 2004
@@ -1,3 +1,14 @@
+2004-10-31 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ - Add ReflectionFunction::invokeArgs(array)
+ - Add ReflectionMethod::invokeArgs(obj, array)
+
+2004-10-31 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ Invokation -> Invocation
+
2004-10-30 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend.h:
@@ -12048,7 +12059,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1791 2004/10/31 00:51:40
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1792 2004/11/01 01:54:20
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>