changelog Thu Jun 7 01:31:16 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1124&r2=1.1125&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1124 ZendEngine2/ChangeLog:1.1125
--- ZendEngine2/ChangeLog:1.1124 Wed Jun 6 01:31:17 2007
+++ ZendEngine2/ChangeLog Thu Jun 7 01:31:15 2007
@@ -1,3 +1,21 @@
+2007-06-06 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_operators.c:
+ MFH: minor optimization - make sure the objects are not the same instance
+ before we start comparing their properties
+
+ * zend_operators.c:
+ minor optimization - make sure the objects are not the same instance
before
+ we start comparing their properties
+
+ * (PHP_5_2)
+ zend_execute.c:
+ MFH: fix #41608 (segfault on a weird code with objects and switch())
+
+ * zend_execute.c:
+ fix #41608 (segfault on a weird code with objects and switch())
+
2007-06-05 Antony Dovgal <[EMAIL PROTECTED]>
* zend_API.h:
@@ -18011,7 +18029,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1124 2007/06/06 01:31:17 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1125 2007/06/07 01:31:15 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -19735,7 +19753,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1124 2007/06/06 01:31:17
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1125 2007/06/07 01:31:15
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>