summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-04-13 12:16:26 +0000
committerAntony Dovgal <tony2001@php.net>2010-04-13 12:16:26 +0000
commitb299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3 (patch)
treea5e5101a77aaffb44c8b25a75823ace3b383a1a4
parentd77d6153ec3e7ce1731426fe1a2d29ea495fca92 (diff)
downloadphp-git-b299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3.tar.gz
use new type + const static
-rw-r--r--sapi/fpm/fpm/fpm_main.c2
1 files changed, 1 insertions, 1 deletions
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}
};