From b299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 13 Apr 2010 12:16:26 +0000 Subject: [PATCH] use new type + const static --- sapi/fpm/fpm/fpm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index 2887a26228..7cc1ccd183 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -1477,7 +1477,7 @@ PHP_FUNCTION(fastcgi_finish_request) /* {{{ */ } /* }}} */ -function_entry cgi_fcgi_sapi_functions[] = { +static const zend_function_entry cgi_fcgi_sapi_functions[] = { PHP_FE(fastcgi_finish_request, NULL) {NULL, NULL, NULL} }; -- 2.40.0