From: Pierre Joye Date: Mon, 2 Feb 2009 08:47:09 +0000 (+0000) Subject: - fix build (use the same arginfo than the aliased func) X-Git-Tag: php-5.4.0alpha1~191^2~4346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d55b6f289d1a09cbf8fa96114c7535b98292d0f;p=php - fix build (use the same arginfo than the aliased func) --- diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index 7f2e49c4b8..b46528aeae 100644 --- a/sapi/apache_hooks/php_apache.c +++ b/sapi/apache_hooks/php_apache.c @@ -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} };