changelog Sat Feb 2 01:31:39 2008 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1230&r2=1.1231&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1230 ZendEngine2/ChangeLog:1.1231
--- ZendEngine2/ChangeLog:1.1230 Thu Jan 31 01:31:31 2008
+++ ZendEngine2/ChangeLog Sat Feb 2 01:31:39 2008
@@ -1,3 +1,23 @@
+2008-02-01 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_API.c:
+ Small tweak. Need to make array and string callback syntax behave the
+ same way. Also change "cannot" to "should not" since we obviously
+ "can" make the call.
+
+2008-02-01 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ zend_API.c
+ zend_API.h:
+ [DOC]
+ - Fix callable/static mess, the following will now all result in a
+ E_STRICT
+ . binding a dynamic function as a static callback
+ . static call of a dynamic function
+ . is_callable() on a static binding to a dynamic function
+
2008-01-30 Antony Dovgal <[EMAIL PROTECTED]>
* zend_execute_API.c:
@@ -21061,7 +21081,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1230 2008/01/31 01:31:31 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1231 2008/02/02 01:31:39 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -22785,7 +22805,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1230 2008/01/31 01:31:31
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1231 2008/02/02 01:31:39
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>