changelog Sun Oct 9 01:41:36 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.785&r2=1.786&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.785 ZendEngine2/ChangeLog:1.786
--- ZendEngine2/ChangeLog:1.785 Sat Oct 8 01:34:18 2005
+++ ZendEngine2/ChangeLog Sun Oct 9 01:41:35 2005
@@ -1,3 +1,11 @@
+2005-10-08 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_reflection_api.c:
+ - Add ReflectionMethod::getPrototype()
+ - Add some usefull information to the method dump
+ . From where it was inherited
+ . The prototype
+
2005-10-07 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_operators.c:
@@ -10623,7 +10631,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.785 2005/10/08 05:34:18 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.786 2005/10/09 05:41:35 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -12347,7 +12355,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.785 2005/10/08 05:34:18
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.786 2005/10/09 05:41:35
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>