mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- fix build (use the same arginfo than the aliased func)
This commit is contained in:
parent
c3df5aa3de
commit
2d55b6f289
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue