changelog Thu Jan 15 01:32:42 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1430&r2=1.1431&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1430 ZendEngine2/ChangeLog:1.1431
--- ZendEngine2/ChangeLog:1.1430 Wed Jan 14 01:33:16 2009
+++ ZendEngine2/ChangeLog Thu Jan 15 01:32:42 2009
@@ -1,3 +1,35 @@
+2009-01-14 Dmitry Stogov <dmi...@zend.com>
+
+ * zend_compile.c
+ zend_compile.c:
+ Fixed bug #46755 (warning: use statement with non-compound name)
+ Fixed bug #46979 (use with non-compound name *has* effect)
+
+ * zend_API.c
+ tests/access_modifiers_012.phpt:
+ Fixed __call() to be invoked on private/protected method access through
+ callback
+ s
+
+ * (PHP_5_3)
+ zend_API.c:
+ Fixed __call() to be invoked on private/protected method access through
+ callbacks
+
+ * zend_closures.c
+ zend_closures.c
+ zend_closures.h
+ zend_closures.h
+ zend_object_handlers.c
+ zend_object_handlers.c
+ tests/closure_034.phpt
+ tests/closure_034.phpt
+ tests/closure_035.phpt
+ tests/closure_035.phpt
+ tests/closure_036.phpt
+ tests/closure_036.phpt:
+ Reverted "Rebind closure when binding to property"
+
2009-01-13 Felipe Pena <felipe...@gmail.com>
* tests/bug46304.phpt
@@ -27533,7 +27565,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1430 2009/01/14 01:33:16 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1431 2009/01/15 01:32:42 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -29257,7 +29289,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1430 2009/01/14 01:33:16
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1431 2009/01/15 01:32:42
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>