changelog Wed Jul 9 01:32:19 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1332&r2=1.1333&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1332 ZendEngine2/ChangeLog:1.1333
--- ZendEngine2/ChangeLog:1.1332 Tue Jul 8 01:32:04 2008
+++ ZendEngine2/ChangeLog Wed Jul 9 01:32:18 2008
@@ -1,3 +1,75 @@
+2008-07-08 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_closures.c
+ tests/closure_013.phpt
+ tests/closure_014.phpt:
+ Closure::__invoke() is fixed to support references
+
+2008-07-08 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * zend_language_scanner.c
+ zend_language_scanner_defs.h:
+ let re2c do its magic
+
+ * zend_language_scanner.l:
+ MFB: fix remaining # comments issues
+
+ * (PHP_5_3)
+ zend_language_scanner.c
+ zend_language_scanner_defs.h:
+ regenerate
+
+ * (PHP_5_3)
+ zend_language_scanner.l:
+ now really fix once and for all the #-style comments.
+ also remove some duplicated code in <?, <%, <%= handlers. this also has
+ the side-effect of producing better bytecodes in some special cases
+
+2008-07-08 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_gc.c
+ zend_gc.c
+ tests/gc_029.phpt
+ tests/gc_029.phpt
+ tests/gc_030.phpt:
+ Fixed bug #45434 (circular reference causes segfault in
+ gc_collect_cycles())
+
+ * tests/gc_030.phpt
+ tests/gc_030.phpt:
+
+ file gc_030.phpt was initially added on branch PHP_5_3.
+
+ * Makefile.am
+ Zend.dsp
+ ZendTS.dsp
+ zend.h
+ zend_API.c
+ zend_closures.c
+ zend_closures.h
+ zend_compile.c
+ zend_compile.h
+ zend_default_classes.c
+ zend_execute.c
+ zend_execute_API.c
+ zend_language_parser.y
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ tests/closure_001.phpt
+ tests/closure_002.phpt
+ tests/closure_003.phpt
+ tests/closure_004.phpt
+ tests/closure_005.phpt
+ tests/closure_006.phpt
+ tests/closure_007.phpt
+ tests/closure_008.phpt
+ tests/closure_009.phpt
+ tests/closure_010.phpt
+ tests/closure_011.phpt
+ tests/closure_012.phpt:
+ Added closures support
+
2008-07-07 Scott MacVicar <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -24482,7 +24554,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1332 2008/07/08 01:32:04 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1333 2008/07/09 01:32:18 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -26206,7 +26278,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1332 2008/07/08 01:32:04
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1333 2008/07/09 01:32:18
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>