summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-05-26 16:24:18 +0800
committerXinchen Hui <laruence@php.net>2015-05-26 16:24:18 +0800
commit76a290d0be25a028f968edff074c9d8b6c673dba (patch)
treea064a669874bc010c940635e33981edf3f74e62a
parent4cab20bbb4e6ef7d9d26bbe992dab2509d106ac3 (diff)
downloadphp-git-76a290d0be25a028f968edff074c9d8b6c673dba.tar.gz
Fixed C89
-rw-r--r--sapi/fpm/fpm/fpm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c
index 3256c700d0..9c908406bb 100644
--- a/sapi/fpm/fpm/fpm_main.c
+++ b/sapi/fpm/fpm/fpm_main.c
@@ -1878,11 +1878,11 @@ consult the installation file that came with this distribution, or visit \n\
zend_first_try {
while (fcgi_accept_request(&request) >= 0) {
+ char *primary_script = NULL;
request_body_fd = -1;
SG(server_context) = (void *) &request;
init_request_info(TSRMLS_C);
CG(interactive) = 0;
- char *primary_script = NULL;
fpm_request_info();