1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

use new type + const static

This commit is contained in:
Antony Dovgal
2010-04-13 12:16:26 +00:00
parent d77d6153ec
commit b299e90b79
+1 -1
View File
@@ -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}
};