From c4819e9ff35b4f8062a08a03daf07c152eea846f Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 8 Dec 2009 17:30:22 +0000 Subject: [PATCH] MFH: static before const --- sapi/aolserver/aolserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- 2.50.1