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/cgi | |
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/cgi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index e2a1d96cf9..71fc3289f4 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -519,7 +519,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine init_request_info(TSRMLS_C); SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */ - CG(extended_info) = 0; SG(request_info).argv0 = argv0; |