changelog Tue Jul 29 01:32:00 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1346&r2=1.1347&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1346 ZendEngine2/ChangeLog:1.1347
--- ZendEngine2/ChangeLog:1.1346 Mon Jul 28 01:31:51 2008
+++ ZendEngine2/ChangeLog Tue Jul 29 01:32:00 2008
@@ -1,3 +1,85 @@
+2008-07-28 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.c
+ zend_constants.c
+ zend_constants.c
+ tests/constants_005.phpt:
+ Fixed constant substitution (Matt)
+
+ * tests/constants_005.phpt
+ tests/constants_005.phpt:
+
+ file constants_005.phpt was initially added on branch PHP_5_3.
+
+2008-07-28 Felipe Pena <[EMAIL PROTECTED]>
+
+ * tests/036.phpt
+ tests/036.phpt
+ tests/037.phpt
+ tests/037.phpt
+ tests/038.phpt
+ tests/038.phpt
+ tests/closure_024.phpt
+ tests/closure_024.phpt
+ tests/closure_025.phpt
+ tests/closure_025.phpt
+ tests/closure_026.phpt
+ tests/closure_026.phpt
+ tests/closure_027.phpt
+ tests/closure_027.phpt
+ tests/closure_028.phpt
+ tests/closure_028.phpt
+ tests/closure_029.phpt
+ tests/closure_029.phpt
+ tests/closure_030.phpt
+ tests/closure_030.phpt
+ tests/list_007.phpt
+ tests/list_007.phpt
+ tests/objects_031.phpt
+ tests/objects_031.phpt:
+
+ - New tests
+
+2008-07-28 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_language_scanner.l:
+ - SCNG(input_filter) can be null if the script encoding is idential to
+ the internal encoding.
+
+ * zend_language_scanner.c
+ zend_language_scanner.c
+ zend_language_scanner_defs.h
+ zend_language_scanner_defs.h:
+ - Touch.
+
+ * zend_language_scanner.l:
+ - Another portion to merge.
+
+ * zend_compile.h
+ zend_language_scanner.l:
+ - Sync function signature with the 5.3 branch
+
+ * (PHP_5_3)
+ zend_language_scanner.c
+ zend_language_scanner_defs.h:
+ - Touch
+
+ * (PHP_5_3)
+ zend_language_scanner.l:
+ - WS
+
+ * (PHP_5_3)
+ zend_language_scanner.c
+ zend_language_scanner_defs.h:
+ - touch
+
+ * (PHP_5_3)
+ zend_compile.h
+ zend_language_scanner.l:
+ - Fix __halt_compiler() weirdness with zend-mulibyte enabled
+
2008-07-27 Felipe Pena <[EMAIL PROTECTED]>
* tests/007.phpt
@@ -25095,7 +25177,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1346 2008/07/28 01:31:51 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1347 2008/07/29 01:32:00 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -26819,7 +26901,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1346 2008/07/28 01:31:51
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1347 2008/07/29 01:32:00
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>