changelog Thu Oct 4 01:31:22 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1179&r2=1.1180&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1179 ZendEngine2/ChangeLog:1.1180
--- ZendEngine2/ChangeLog:1.1179 Wed Oct 3 01:31:32 2007
+++ ZendEngine2/ChangeLog Thu Oct 4 01:31:22 2007
@@ -1,3 +1,77 @@
+2007-10-03 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_language_scanner.l:
+ remove \u, \U and \C support in single quotes, as they are meant to
contain
+ binary data only and no escape sequences except \'
+ fixes bug #42746
+
+2007-10-03 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_ini_parser.y:
+ MFH:- Removed the %destructor declaration (requires bison 1.875 or above)
+
+ * zend_ini_parser.y:
+ - Removed the %destructor declaration (requires bison 1.875 or above)
+
+2007-10-03 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_builtin_functions.c
+ zend_builtin_functions.c
+ zend_compile.h
+ zend_compile.h
+ zend_constants.c
+ zend_constants.c
+ zend_execute_API.c
+ zend_execute_API.c
+ tests/bug42820.phpt:
+ Fixed bug #42820 (defined() on constant with namespace prefixes tries to
+ load class).
+
+ * tests/bug42820.phpt
+ tests/bug42820.phpt:
+
+ file bug42820.phpt was initially added on branch PHP_5_3.
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ tests/bug42818.phpt
+ tests/bug42818.phpt:
+ Fixed bug #42818 ($foo = clone(array()); leaks memory)
+
+ * tests/bug42818.phpt
+ tests/bug42818.phpt
+ tests/bug42818.phpt:
+ 1.1.4;
+ file bug42818.phpt was initially added on branch PHP_5_2.
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ tests/bug42772.phpt
+ tests/bug42772.phpt:
+ Fixed bug #42772 (Storing $this in a static var fails while handling a
cast
+ to string)
+
+ * tests/bug42772.phpt
+ tests/bug42772.phpt
+ tests/bug42772.phpt:
+ 1.1.4;
+ file bug42772.phpt was initially added on branch PHP_5_2.
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h:
+ ws
+
2007-10-02 Jani Taskinen <[EMAIL PROTECTED]>
* zend_ini_scanner.l:
@@ -19466,7 +19540,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1179 2007/10/03 01:31:32 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1180 2007/10/04 01:31:22 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21190,7 +21264,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1179 2007/10/03 01:31:32
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1180 2007/10/04 01:31:22
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>