]> granicus.if.org Git - php/commitdiff
- fix build (use the same arginfo than the aliased func)
authorPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 08:47:09 +0000 (08:47 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 2 Feb 2009 08:47:09 +0000 (08:47 +0000)
sapi/apache_hooks/php_apache.c

index 7f2e49c4b85525834066f22c72106cfb4679d401..b46528aeae3820e76b1e5c130d5910c45d30d526 100644 (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}
 };