cvs: ZendEngine2(PHP_5_3) / zend_closures.c
"Marcus Boerger" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvshelly1218450621@cvsserver> |
helly Mon Aug 11 10:30:21 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_closures.c
Log:
- WS (actually my falut)
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_closures.c?r1=1.3.2.11&r2=1.3.2.12&diff_format=u
Index: ZendEngine2/zend_closures.c
diff -u ZendEngine2/zend_closures.c:1.3.2.11 ZendEngine2/zend_closures.c:1.3.2.12
--- ZendEngine2/zend_closures.c:1.3.2.11 Mon Aug 11 08:49:00 2008
+++ ZendEngine2/zend_closures.c Mon Aug 11 10:30:21 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_closures.c,v 1.3.2.11 2008/08/11 08:49:00 dmitry Exp $ */
+/* $Id: zend_closures.c,v 1.3.2.12 2008/08/11 10:30:21 helly Exp $ */
#include "zend.h"
#include "zend_API.h"
@@ -112,7 +112,6 @@
invoke->internal_function.scope = zend_ce_closure;
invoke->internal_function.function_name = estrndup(ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1);
return invoke;
-
}
/* }}} */
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php