changelog Thu Sep 22 01:46:00 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.776&r2=1.777&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.776 ZendEngine2/ChangeLog:1.777
--- ZendEngine2/ChangeLog:1.776 Wed Sep 21 01:35:49 2005
+++ ZendEngine2/ChangeLog Thu Sep 22 01:45:59 2005
@@ -1,3 +1,33 @@
+2005-09-21 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ zend_language_parser.y
+ zend_language_parser.y:
+ - MFH Fix Bug #34243 ReflectionClass::getDocComment() returns no result
+
+ * zend_language_parser.y:
+ - Fix Bug #34243 ReflectionClass::getDocComment() returns no result
+
+2005-09-21 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ - MFH: Moved the FREE_OP to after the execution of the included file, or
+ eval
+ statement so that it is safe to access this information in the
+ overridden
+ zend_execute() function, which is what Xdebug does.
+
+ * zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ - Moved the FREE_OP to after the execution of the included file, or eval
+ statement so that it is safe to access this information in the
+ overridden
+ zend_execute() function, which is what Xdebug does.
+
2005-09-20 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -10341,7 +10371,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.776 2005/09/21 05:35:49 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.777 2005/09/22 05:45:59 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -12065,7 +12095,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.776 2005/09/21 05:35:49
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.777 2005/09/22 05:45:59
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>