diff options
Diffstat (limited to 'sapi/aolserver/aolserver.c')
| -rw-r--r-- | sapi/aolserver/aolserver.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 1cc5a5b87e..0cba81bcbc 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -240,8 +240,14 @@ static void php_info_aolserver(ZEND_MODULE_INFO_FUNC_ARGS) PHP_FUNCTION(getallheaders); +/* {{{ arginfo */ +static +ZEND_BEGIN_ARG_INFO(arginfo_aolserver_getallheaders, 0) +ZEND_END_ARG_INFO() +/* }}} */ + const static zend_function_entry aolserver_functions[] = { - PHP_FE(getallheaders, NULL) + PHP_FE(getallheaders, arginfo_aolserver_getallheaders) {NULL, NULL, NULL} }; |
