From: Antony Dovgal Date: Tue, 13 Apr 2010 12:16:26 +0000 (+0000) Subject: use new type + const static X-Git-Tag: php-5.4.0alpha1~191^2~1774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3;p=php use new type + const static --- 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} };