diff options
author | Antony Dovgal <tony2001@php.net> | 2010-04-13 12:16:26 (GMT) |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2010-04-13 12:16:26 (GMT) |
commit | b299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3 (patch) | |
tree | a5e5101a77aaffb44c8b25a75823ace3b383a1a4 /sapi | |
parent | d77d6153ec3e7ce1731426fe1a2d29ea495fca92 (diff) | |
download | php-b299e90b79195b5b8dfd50ec2b3d56b05a5ad2c3.tar.gz |
use new type + const static
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/fpm/fpm/fpm_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index 2887a26..7cc1ccd 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} }; |