diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2002-02-02 19:53:43 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-02 19:53:43 +0000 |
| commit | dcd4e0a2ec4c3935e51964cf07c097747f6286ef (patch) | |
| tree | b6c851152b84504dfd77b343f623844e7107bccc /sapi/fastcgi/fastcgi.c | |
| parent | fd884e2bea46244531657526cbf1e32a8bd34f9f (diff) | |
| download | php-git-dcd4e0a2ec4c3935e51964cf07c097747f6286ef.tar.gz | |
Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values().
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); |
