s,function_entry,zend_function_entry,

As announced in http://news.php.net/php.pecl.dev/7123
This commit is contained in:
Johannes Schlüter
2010-03-31 20:39:48 +00:00
parent 4738eaa6a3
commit b9c08134db

View File

@@ -1130,8 +1130,8 @@ PHP_FUNCTION(parsekit_func_arginfo)
static unsigned char php_parsekit_second_arg_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE };
#endif
/* {{{ function_entry */
function_entry parsekit_functions[] = {
/* {{{ zend_function_entry */
zend_function_entry parsekit_functions[] = {
PHP_FE(parsekit_compile_string, php_parsekit_second_arg_force_ref)
PHP_FE(parsekit_compile_file, php_parsekit_second_arg_force_ref)
PHP_FE(parsekit_opcode_flags, NULL)