Skip to content

Commit 1f077cc

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
2 parents c630779 + 76a290d commit 1f077cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,11 +1889,11 @@ consult the installation file that came with this distribution, or visit \n\
18891889

18901890
zend_first_try {
18911891
while (fcgi_accept_request(&request) >= 0) {
1892+
char *primary_script = NULL;
18921893
request_body_fd = -1;
18931894
SG(server_context) = (void *) &request;
18941895
init_request_info(TSRMLS_C);
18951896
CG(interactive) = 0;
1896-
char *primary_script = NULL;
18971897

18981898
fpm_request_info();
18991899

0 commit comments

Comments
 (0)