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:
@@ -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}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user