changelog Wed May 4 20:36:45 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.686&r2=1.687&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.686 ZendEngine2/ChangeLog:1.687
--- ZendEngine2/ChangeLog:1.686 Tue May 3 20:34:21 2005
+++ ZendEngine2/ChangeLog Wed May 4 20:36:44 2005
@@ -1,3 +1,48 @@
+2005-05-04 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * zend.c:
+ fix bug #32924: prepend does not add file to included files
+
+ * (PHP_5_0)
+ zend_execute.c:
+ clarify some magic
+
+2005-05-04 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute.c:
+ Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but
not
+ defined)
+
+ * tests/bug30707.phpt
+ tests/bug30707.phpt:
+
+ file bug30707.phpt was initially added on branch PHP_5_0.
+
+ * (PHP_5_0)
+ zend_execute.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ tests/bug30707.phpt:
+ Fixed bug #30707 (Segmentation fault on exception in method)
+
+ * (PHP_5_0)
+ zend_execute.c:
+ ws
+
+ * tests/bug30162.phpt
+ tests/bug30162.phpt:
+
+ file bug30162.phpt was initially added on branch PHP_5_0.
+
+ * (PHP_5_0)
+ zend_execute.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ tests/bug30161.phpt:
+ Fixed bug #30162 (Catching exception in constructor couses lose of $this)
+
2005-05-03 Dmitry Stogov <[EMAIL PROTECTED]>
* tests/unset_cv07.phpt:
@@ -7824,7 +7869,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.686 2005/05/04 00:34:21 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.687 2005/05/05 00:36:44 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -9548,7 +9593,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.686 2005/05/04 00:34:21
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.687 2005/05/05 00:36:44
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>