changelog Tue Jan 27 01:39:30 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1437&r2=1.1438&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1437 ZendEngine2/ChangeLog:1.1438
--- ZendEngine2/ChangeLog:1.1437 Mon Jan 26 01:41:00 2009
+++ ZendEngine2/ChangeLog Tue Jan 27 01:39:29 2009
@@ -1,3 +1,28 @@
+2009-01-26 Christian Seiler <chris...@gmx.net>
+
+ * (PHP_5_3)
+ zend_closures.c
+ zend_closures.h
+ zend_compile.c
+ zend_compile.h
+ zend_language_parser.y
+ zend_vm_def.h
+ zend_vm_execute.h
+ tests/closure_005.phpt
+ tests/closure_007.phpt
+ tests/closure_020.phpt
+ tests/closure_026.phpt
+ tests/closure_032.phpt:
+ [DOC] Remove $this support in closures for PHP 5.3 beta 1
+ - Implementation notes here:
+ http://wiki.php.net/rfc/closures/removal-of-this
+
+2009-01-26 David Soria Parra <dso...@gmx.net>
+
+ * (PHP_5_2)
+ zend_compile.c:
+ Fix indention
+
2009-01-25 David Soria Parra <dso...@gmx.net>
* (PHP_5_2)
@@ -27694,7 +27719,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1437 2009/01/26 01:41:00 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1438 2009/01/27 01:39:29 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -29418,7 +29443,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1437 2009/01/26 01:41:00
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1438 2009/01/27 01:39:29
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>