diff options
Diffstat (limited to 'sapi/fastcgi/fastcgi.c')
-rw-r--r-- | sapi/fastcgi/fastcgi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/fastcgi/fastcgi.c b/sapi/fastcgi/fastcgi.c index 8926eac850..d79f8f1130 100644 --- a/sapi/fastcgi/fastcgi.c +++ b/sapi/fastcgi/fastcgi.c @@ -547,7 +547,6 @@ int main(int argc, char *argv[]) //break; } SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */ - CG(extended_info) = 0; SG(request_info).argv0 = argv0; zend_llist_init(&global_vars, sizeof(char *), NULL, 0); |