changelog Thu Nov 13 01:32:14 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1397&r2=1.1398&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1397 ZendEngine2/ChangeLog:1.1398
--- ZendEngine2/ChangeLog:1.1397 Wed Nov 12 01:32:32 2008
+++ ZendEngine2/ChangeLog Thu Nov 13 01:32:14 2008
@@ -1,3 +1,26 @@
+2008-11-12 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_execute_API.c:
+ make sure the slash is actually thre before reading past it
+
+2008-11-12 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_compile.c:
+ fix potential crash in zend_do_assign due to opcodes realloc
+
+ * (PHP_5_3)
+ zend_compile.c:
+ fix crash - using old opline after realloc
+
+2008-11-12 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_compile.c:
+
+ Removed unused vars
+
2008-11-11 Stanislav Malyshev <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -26575,7 +26598,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1397 2008/11/12 01:32:32 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1398 2008/11/13 01:32:14 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -28299,7 +28322,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1397 2008/11/12 01:32:32
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1398 2008/11/13 01:32:14
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>