changelog Sat Dec 29 01:31:30 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1216&r2=1.1217&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1216 ZendEngine2/ChangeLog:1.1217
--- ZendEngine2/ChangeLog:1.1216 Fri Dec 28 01:31:29 2007
+++ ZendEngine2/ChangeLog Sat Dec 29 01:31:29 2007
@@ -1,3 +1,33 @@
+2007-12-28 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute.c
+ zend_execute.c:
+ Fixed possible memory corruption
+
+ * (PHP_5_2)
+ zend_compile.c
+ zend_language_parser.y
+ tests/bug38469.phpt:
+ Fixed bug #38469 (Unexpected creation of cycle).
+
+ * zend_compile.c
+ zend_compile.c
+ zend_language_parser.y
+ zend_language_parser.y
+ tests/bug38469.phpt
+ tests/bug38469.phpt:
+ Fixed bug #38469 (unexpected creation of cycle, json tests failed, leaks
+ memory)
+
+ * tests/bug38469.phpt
+ tests/bug38469.phpt:
+
+ file bug38469.phpt was initially added on branch PHP_5_3.
+
+ * zend_compile.c
+ zend_compile.c:
+ Initialize operand type
+
2007-12-27 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_compile.c
@@ -20510,7 +20540,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1216 2007/12/28 01:31:29 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1217 2007/12/29 01:31:29 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -22234,7 +22264,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1216 2007/12/28 01:31:29
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1217 2007/12/29 01:31:29
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>