changelog Fri Oct 5 01:31:44 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1180&r2=1.1181&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1180 ZendEngine2/ChangeLog:1.1181
--- ZendEngine2/ChangeLog:1.1180 Thu Oct 4 01:31:22 2007
+++ ZendEngine2/ChangeLog Fri Oct 5 01:31:43 2007
@@ -1,3 +1,33 @@
+2007-10-04 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ tests/bug36071.phpt
+ tests/bug36071.phpt
+ tests/bug42817.phpt
+ tests/bug42817.phpt
+ tests/bug42818.phpt
+ tests/bug42818.phpt:
+ MFB: Fixed bug #42817 (clone() on a non-object does not result in a fatal
+ error)
+
+ * (PHP_5_3)
+ zend_vm_execute.h:
+ Generated files that are part of the previous patch
+
+ * (PHP_5_3)
+ zend_vm_def.h
+ tests/bug36071.phpt
+ tests/bug42817.phpt
+ tests/bug42817.phpt
+ tests/bug42817.phpt
+ tests/bug42818.phpt:
+
+ Fixed bug #42817 (clone() on a non-object does not result in a fatal
+ error)
+
2007-10-03 Antony Dovgal <[EMAIL PROTECTED]>
* zend_language_scanner.l:
@@ -19540,7 +19570,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1180 2007/10/04 01:31:22 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1181 2007/10/05 01:31:43 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21264,7 +21294,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1180 2007/10/04 01:31:22
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1181 2007/10/05 01:31:43
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>