mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- Make usage of new PHP_FE_END macro
This commit is contained in:
parent
054e1cafa0
commit
23e438594d
111 changed files with 170 additions and 172 deletions
|
@ -158,7 +158,7 @@ const zend_function_entry xmlrpc_functions[] = {
|
|||
PHP_FE(xmlrpc_parse_method_descriptions, arginfo_xmlrpc_parse_method_descriptions)
|
||||
PHP_FE(xmlrpc_server_add_introspection_data, arginfo_xmlrpc_server_add_introspection_data)
|
||||
PHP_FE(xmlrpc_server_register_introspection_callback, arginfo_xmlrpc_server_register_introspection_callback)
|
||||
{NULL, NULL, NULL}
|
||||
PHP_FE_END
|
||||
};
|
||||
|
||||
zend_module_entry xmlrpc_module_entry = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue