changelog Thu Jun 28 01:31:33 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1132&r2=1.1133&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1132 ZendEngine2/ChangeLog:1.1133
--- ZendEngine2/ChangeLog:1.1132 Tue Jun 19 01:31:21 2007
+++ ZendEngine2/ChangeLog Thu Jun 28 01:31:33 2007
@@ -1,3 +1,66 @@
+2007-06-27 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * tests/double_to_string.phpt
+ tests/double_to_string.phpt:
+ fix test
+
+2007-06-27 Zoe Slattery <[EMAIL PROTECTED]>
+
+ * tests/selfParent_001.phpt
+ tests/selfParent_002.phpt:
+ Tests for constant initialisation
+
+ * tests/selfParent_001.phpt
+ tests/selfParent_001.phpt
+ tests/selfParent_002.phpt
+ tests/selfParent_002.phpt:
+
+ file selfParent_001.phpt was initially added on branch PHP_5_2.
+
+2007-06-27 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * zend_operators.c:
+ fix ZTS build
+
+2007-06-27 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute_API.c:
+ Unicode support
+
+ * zend_operators.c
+ tests/and_001.phpt
+ tests/bug41640.phpt
+ tests/not_001.phpt
+ tests/or_001.phpt
+ tests/xor_002.phpt:
+ Fixed bitwise operations with numeric unicode strings
+
+ * zend_operators.c
+ tests/decrement_001.phpt
+ tests/decrement_001_64bit.phpt
+ tests/increment_001.phpt:
+ Implemented ++ and -- operations for unicode strings
+
+2007-06-27 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ tests/bug41813.phpt:
+ add test
+
+ * tests/bug41813.phpt
+ tests/bug41813.phpt:
+
+ add test
+
+ * zend_execute.c:
+ MFB: fix #41813 (segmentation fault when using string offset as an
object)
+ patch by judas dot iscariote at gmail dot com
+
+ * (PHP_5_2)
+ zend_execute.c:
+ fix #41813 (segmentation fault when using string offset as an object)
+ patch by judas dot iscariote at gmail dot com
+
2007-06-18 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_vm_def.h
@@ -18121,7 +18184,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1132 2007/06/19 01:31:21 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1133 2007/06/28 01:31:33 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -19845,7 +19908,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1132 2007/06/19 01:31:21
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1133 2007/06/28 01:31:33
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>