diff options
| author | Jani Taskinen <jani@php.net> | 2009-12-08 17:30:22 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-12-08 17:30:22 +0000 |
| commit | c4819e9ff35b4f8062a08a03daf07c152eea846f (patch) | |
| tree | cf92ed192b8c7d616275afa75f074a1583f99380 /sapi/aolserver | |
| parent | 752b9fde5aef35051ac1f72b0ba6b7b110d9d681 (diff) | |
| download | php-git-c4819e9ff35b4f8062a08a03daf07c152eea846f.tar.gz | |
MFH: static before const
Diffstat (limited to 'sapi/aolserver')
| -rw-r--r-- | sapi/aolserver/aolserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |
