- fix build (use the same arginfo than the aliased func)

This commit is contained in:
Pierre Joye 2009-02-02 08:47:09 +00:00
parent c3df5aa3de
commit 2d55b6f289

View File

@ -91,7 +91,7 @@ const zend_function_entry apache_functions[] = {
PHP_FE(apache_response_headers, arginfo_apachehooks__void)
PHP_FE(apache_get_version, arginfo_apachehooks__void)
PHP_FE(apache_get_modules, arginfo_apachehooks__void)
PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apachehooks_request_headers)
PHP_FALIAS(getallheaders, apache_request_headers, arginfo_apachehooks__void)
{NULL, NULL, NULL}
};