From 1eaca26ad85c0fb6a4ef4ef23f882da16b5e381f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 2 Feb 2009 08:47:23 +0000 Subject: - MFH: fix build (use the same arginfo than the aliased func) --- sapi/apache_hooks/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache_hooks/php_apache.c') diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c index 42fcd22a44..86e43962dd 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} }; -- cgit v1.2.1