changelog Fri Nov 25 01:41:37 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.814&r2=1.815&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.814 ZendEngine2/ChangeLog:1.815
--- ZendEngine2/ChangeLog:1.814 Thu Nov 24 01:41:47 2005
+++ ZendEngine2/ChangeLog Fri Nov 25 01:41:36 2005
@@ -1,3 +1,30 @@
+2005-11-24 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ zend_reflection_api.c:
+ - MFH Reflection class consts (not removing globals consts in 5.1*) (by
+ Johannes)
+
+2005-11-24 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.c
+ zend_compile.c
+ zend_execute_API.c
+ zend_execute_API.c
+ zend_execute_API.c:
+ Fixed bug #35360 (exceptions in interactive mode (php -a) may cause
crash)
+
+2005-11-24 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ zend_builtin_functions.c
+ zend_builtin_functions.h
+ zend_exceptions.c:
+ MFH: Add an additional field $frame['object'] to the result array of
+ debug_backtrace() that contains a reference to the respective object when
+ the frame was called from an object.
+
2005-11-23 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_1)
@@ -11184,7 +11211,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.814 2005/11/24 06:41:47 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.815 2005/11/25 06:41:36 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -12908,7 +12935,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.814 2005/11/24 06:41:47
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.815 2005/11/25 06:41:36
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>