cvs: ZendEngine2(PHP_5_3) / zend_API.c
[email protected] ("Marcus Boerger")
| Newsgroups | php.zend-engine.cvs |
|---|---|
| Message-ID | <cvshelly1201961944@cvsserver> |
helly Sat Feb 2 14:19:04 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_API.c
Log:
- Drop useless TODO, this would need to be fixed in a generic way
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_API.c?r1=1.296.2.27.2.34.2.21&r2=1.296.2.27.2.34.2.22&diff_format=u
Index: ZendEngine2/zend_API.c
diff -u ZendEngine2/zend_API.c:1.296.2.27.2.34.2.21 ZendEngine2/zend_API.c:1.296.2.27.2.34.2.22
--- ZendEngine2/zend_API.c:1.296.2.27.2.34.2.21 Sat Feb 2 13:56:59 2008
+++ ZendEngine2/zend_API.c Sat Feb 2 14:19:03 2008
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_API.c,v 1.296.2.27.2.34.2.21 2008/02/02 13:56:59 helly Exp $ */
+/* $Id: zend_API.c,v 1.296.2.27.2.34.2.22 2008/02/02 14:19:03 helly Exp $ */
#include "zend.h"
#include "zend_execute.h"
@@ -585,7 +585,6 @@
break;
}
- /* TODO(helly): Change to IS_CALLABLE_STRICT in next version */
if (zend_fcall_info_init(*arg, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == SUCCESS) {
if (is_callable_error) {
*severity = E_STRICT;