felipe Mon, 25 Jul 2011 11:50:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=313666
Log:
- Use ZEND_FE_END macro here
Changed paths:
U php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c
U php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c
U php/php-src/trunk/Zend/zend_builtin_functions.c
Modified: php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c 2011-07-25
11:42:53 UTC (rev 313665)
+++ php/php-src/branches/PHP_5_3/Zend/zend_builtin_functions.c 2011-07-25
11:50:10 UTC (rev 313666)
@@ -283,7 +283,7 @@
ZEND_FE(gc_enabled, arginfo_zend__void)
ZEND_FE(gc_enable, arginfo_zend__void)
ZEND_FE(gc_disable, arginfo_zend__void)
- { NULL, NULL, NULL }
+ ZEND_FE_END
};
/* }}} */
Modified: php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c
===================================================================
--- php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c 2011-07-25
11:42:53 UTC (rev 313665)
+++ php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c 2011-07-25
11:50:10 UTC (rev 313666)
@@ -306,7 +306,7 @@
ZEND_FE(gc_enabled, arginfo_zend__void)
ZEND_FE(gc_enable, arginfo_zend__void)
ZEND_FE(gc_disable, arginfo_zend__void)
- { NULL, NULL, NULL }
+ ZEND_FE_END
};
/* }}} */
Modified: php/php-src/trunk/Zend/zend_builtin_functions.c
===================================================================
--- php/php-src/trunk/Zend/zend_builtin_functions.c 2011-07-25 11:42:53 UTC
(rev 313665)
+++ php/php-src/trunk/Zend/zend_builtin_functions.c 2011-07-25 11:50:10 UTC
(rev 313666)
@@ -306,7 +306,7 @@
ZEND_FE(gc_enabled, arginfo_zend__void)
ZEND_FE(gc_enable, arginfo_zend__void)
ZEND_FE(gc_disable, arginfo_zend__void)
- { NULL, NULL, NULL }
+ ZEND_FE_END
};
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php