- Make usage of new PHP_FE_END macro

This commit is contained in:
Felipe Pena 2011-07-25 11:35:02 +00:00
parent f1f2a649e2
commit 4b30846b50
112 changed files with 174 additions and 176 deletions

View file

@ -84,7 +84,7 @@ static const zend_function_entry php_recode_functions[] = {
PHP_FE(recode_string, arginfo_recode_string)
PHP_FE(recode_file, arginfo_recode_file)
PHP_FALIAS(recode, recode_string, arginfo_recode_string)
{NULL, NULL, NULL}
PHP_FE_END
};
zend_module_entry recode_module_entry = {