]> granicus.if.org Git - php/commitdiff
MFH: static before const
authorJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 17:30:22 +0000 (17:30 +0000)
committerJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 17:30:22 +0000 (17:30 +0000)
sapi/aolserver/aolserver.c

index 0dd49bb1894c4e78e206e478022f350b2cfdc7d8..2d9e903638e5e2565d73d32dcc20ccb11c403137 100644 (file)
@@ -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}
 };