From: Jani Taskinen Date: Tue, 8 Dec 2009 17:30:22 +0000 (+0000) Subject: MFH: static before const X-Git-Tag: php-5.3.2RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4819e9ff35b4f8062a08a03daf07c152eea846f;p=php MFH: static before const --- diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 0dd49bb189..2d9e903638 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -245,7 +245,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_aolserver_getallheaders, 0) ZEND_END_ARG_INFO() /* }}} */ -const static zend_function_entry aolserver_functions[] = { +static const zend_function_entry aolserver_functions[] = { PHP_FE(getallheaders, arginfo_aolserver_getallheaders) {NULL, NULL, NULL} };