Browse Source

use new type + const static

experimental/lemon
Antony Dovgal 17 years ago
parent
commit
b299e90b79
  1. 2
      sapi/fpm/fpm/fpm_main.c

2
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}
};

Loading…
Cancel
Save