changelog Sat Apr 28 01:31:05 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1102&r2=1.1103&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1102 ZendEngine2/ChangeLog:1.1103
--- ZendEngine2/ChangeLog:1.1102 Fri Apr 27 01:31:04 2007
+++ ZendEngine2/ChangeLog Sat Apr 28 01:31:05 2007
@@ -1,3 +1,68 @@
+2007-04-27 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ tests/cast_to_array.phpt
+ tests/cast_to_bool.phpt
+ tests/cast_to_double.phpt
+ tests/cast_to_int.phpt
+ tests/cast_to_object.phpt
+ tests/cast_to_string.phpt
+ tests/settype_array.phpt
+ tests/settype_bool.phpt
+ tests/settype_double.phpt
+ tests/settype_int.phpt
+ tests/settype_null.phpt
+ tests/settype_object.phpt
+ tests/settype_resource.phpt
+ tests/settype_string.phpt:
+ add new tests
+
+ * tests/cast_to_array.phpt
+ tests/cast_to_array.phpt
+ tests/cast_to_bool.phpt
+ tests/cast_to_bool.phpt
+ tests/cast_to_double.phpt
+ tests/cast_to_double.phpt
+ tests/cast_to_int.phpt
+ tests/cast_to_int.phpt
+ tests/cast_to_object.phpt
+ tests/cast_to_object.phpt
+ tests/cast_to_string.phpt
+ tests/cast_to_string.phpt
+ tests/settype_array.phpt
+ tests/settype_array.phpt
+ tests/settype_bool.phpt
+ tests/settype_bool.phpt
+ tests/settype_double.phpt
+ tests/settype_double.phpt
+ tests/settype_int.phpt
+ tests/settype_int.phpt
+ tests/settype_null.phpt
+ tests/settype_null.phpt
+ tests/settype_object.phpt
+ tests/settype_object.phpt
+ tests/settype_resource.phpt
+ tests/settype_resource.phpt
+ tests/settype_string.phpt
+ tests/settype_string.phpt:
+
+ add new tests
+
+ * zend_operators.c:
+ fix typo (Z_USTRVAL_P -> Z_USTRLEN_P) and CS
+
+ * (PHP_5_2)
+ zend_execute_API.c
+ tests/bug41209.phpt:
+ MFH: initialize retval_ptr_ptr before returning FAILURE
+ this fixes invalid read in #41209
+
+ * zend_execute_API.c
+ tests/bug41209.phpt
+ tests/bug41209.phpt:
+ initialize retval_ptr_ptr before returning FAILURE
+ this fixes invalid read in #41209
+
2007-04-26 Antony Dovgal <[EMAIL PROTECTED]>
* tests/double_to_string.phpt
@@ -17427,7 +17492,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1102 2007/04/27 01:31:04 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1103 2007/04/28 01:31:05 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -19151,7 +19216,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1102 2007/04/27 01:31:04
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1103 2007/04/28 01:31:05
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>