diff options
Diffstat (limited to 'sapi/aolserver/aolserver.c')
-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 c04418aeb6..da289c99d1 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -240,7 +240,7 @@ static void php_info_aolserver(ZEND_MODULE_INFO_FUNC_ARGS) PHP_FUNCTION(getallheaders); -static function_entry aolserver_functions[] = { +static zend_function_entry aolserver_functions[] = { PHP_FE(getallheaders, NULL) {NULL, NULL, NULL} }; |