projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77d615
)
use new type + const static
author
Antony Dovgal
<tony2001@php.net>
Tue, 13 Apr 2010 12:16:26 +0000
(12:16 +0000)
committer
Antony Dovgal
<tony2001@php.net>
Tue, 13 Apr 2010 12:16:26 +0000
(12:16 +0000)
sapi/fpm/fpm/fpm_main.c
patch
|
blob
|
history
diff --git
a/sapi/fpm/fpm/fpm_main.c
b/sapi/fpm/fpm/fpm_main.c
index 2887a262280f0bcae9c7f762c87737344b228221..7cc1ccd1834ba867b45f3119ce68db6d406f737e 100644
(file)
--- 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}
};