changelog Sat Oct 29 01:40:51 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.801&r2=1.802&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.801 ZendEngine2/ChangeLog:1.802
--- ZendEngine2/ChangeLog:1.801 Fri Oct 28 01:42:07 2005
+++ ZendEngine2/ChangeLog Sat Oct 29 01:40:50 2005
@@ -1,3 +1,42 @@
+2005-10-28 Sebastian Bergmann <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c:
+ 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. Patch has been reviewed by Andi,
+ Zeev, and Marcus. I will coordinate with Ilia on merging it to the
PHP_5_1
+ branch after PHP 5.1.0 has been released.
+
+2005-10-28 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_1)
+ zend_API.c
+ zend_API.h
+ tests/bug34879.phpt:
+ Fixed bug #34879 (str_replace, array_map corrupt negative array indexes
on
+ 64-bit platforms)
+
+ * tests/bug34879.phpt
+ tests/bug34879.phpt:
+
+ Fixed bug #34879 (str_replace, array_map corrupt negative array indexes
on
+ 64-bit platforms)
+
+ * zend_API.c
+ zend_API.h:
+ Fixed bug #34879 (str_replace, array_map corrupt negative array indexes)
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ zend_vm_gen.php
+ zend_vm_gen.php
+ zend_vm_opcodes.h
+ zend_vm_opcodes.h:
+ $id:$ tatgs are removed from generated files to avoid committing of
+ Zend/zend_vm_opcodes.h without real changes.
+
2005-10-27 Dmitry Stogov <[EMAIL PROTECTED]>
* tests/unset_cv12.phpt
@@ -10893,7 +10932,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.801 2005/10/28 05:42:07 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.802 2005/10/29 05:40:50 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -12617,7 +12656,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.801 2005/10/28 05:42:07
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.802 2005/10/29 05:40:50
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>