changelog Mon May 12 01:31:47 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1298&r2=1.1299&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1298 ZendEngine2/ChangeLog:1.1299
--- ZendEngine2/ChangeLog:1.1298 Sun May 11 01:31:50 2008
+++ ZendEngine2/ChangeLog Mon May 12 01:31:47 2008
@@ -1,3 +1,95 @@
+2008-05-11 Felipe Pena <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ tests/034.phpt
+ tests/clone_001.phpt
+ tests/clone_001.phpt
+ tests/clone_002.phpt
+ tests/clone_002.phpt
+ tests/clone_003.phpt
+ tests/clone_003.phpt
+ tests/clone_004.phpt
+ tests/clone_004.phpt
+ tests/exception_004.phpt
+ tests/exception_004.phpt
+ tests/inter_04.phpt
+ tests/inter_04.phpt
+ tests/objects_024.phpt
+ tests/objects_024.phpt
+ tests/objects_025.phpt
+ tests/objects_025.phpt
+ tests/objects_026.phpt
+ tests/objects_026.phpt
+ tests/objects_027.phpt
+ tests/objects_027.phpt:
+ file 034.phpt was added on branch PHP_5_3 on 2008-05-11 22:44:56 +0000
+
+2008-05-11 Matt Wilmas <[EMAIL PROTECTED]>
+
+ * zend_alloc.c:
+ Fixed error message typo; also removed end . to be consistent with the
+ others
+
+2008-05-11 Felipe Pena <[EMAIL PROTECTED]>
+
+ * tests/031.phpt
+ tests/031.phpt
+ tests/032.phpt
+ tests/032.phpt
+ tests/033.phpt
+ tests/033.phpt
+ tests/034.phpt
+ tests/anonymous_func_001.phpt
+ tests/anonymous_func_001.phpt
+ tests/anonymous_func_002.phpt
+ tests/anonymous_func_002.phpt
+ tests/anonymous_func_003.phpt
+ tests/anonymous_func_003.phpt
+ tests/dynamic_call_001.phpt
+ tests/dynamic_call_001.phpt
+ tests/dynamic_call_002.phpt
+ tests/dynamic_call_002.phpt
+ tests/dynamic_call_003.phpt
+ tests/dynamic_call_003.phpt
+ tests/dynamic_call_004.phpt
+ tests/dynamic_call_004.phpt
+ tests/exception_001.phpt
+ tests/exception_001.phpt
+ tests/exception_002.phpt
+ tests/exception_002.phpt
+ tests/exception_003.phpt
+ tests/exception_003.phpt
+ tests/heredoc_015.phpt
+ tests/heredoc_015.phpt
+ tests/heredoc_016.phpt
+ tests/heredoc_016.phpt
+ tests/heredoc_017.phpt
+ tests/heredoc_017.phpt
+ tests/instanceof_001.phpt
+ tests/instanceof_001.phpt
+ tests/instanceof_002.phpt
+ tests/instanceof_002.phpt
+ tests/jump14.phpt
+ tests/jump14.phpt
+ tests/list_003.phpt
+ tests/list_003.phpt
+ tests/list_004.phpt
+ tests/list_004.phpt
+ tests/list_005.phpt
+ tests/list_005.phpt
+ tests/nowdoc_016.phpt
+ tests/nowdoc_016.phpt
+ tests/nowdoc_017.phpt
+ tests/nowdoc_017.phpt
+ tests/objects_022.phpt
+ tests/objects_022.phpt
+ tests/objects_023.phpt
+ tests/objects_023.phpt
+ tests/unicode_001.phpt
+ tests/unicode_002.phpt:
+
+ - New tests
+
2008-05-10 Matt Wilmas <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -22975,7 +23067,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1298 2008/05/11 01:31:50 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1299 2008/05/12 01:31:47 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -24699,7 +24791,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1298 2008/05/11 01:31:50
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1299 2008/05/12 01:31:47
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>