From: Derick Rethans Date: Wed, 6 Mar 2002 13:25:25 +0000 (+0000) Subject: - Put them back (and do it right) X-Git-Tag: php-4.2.0RC1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=393cbe0ac380e9d83f80d21df316d02ee1a99c15;p=php - Put them back (and do it right) --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index f97bd1221e..f649421bbb 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -390,6 +390,12 @@ int main(int argc, char *argv[]) char *script_file=NULL; zend_llist global_vars; int interactive=0; + +#if FORCE_CGI_REDIRECT + int force_redirect = 1; + char *redirect_status_env = NULL; +#endif + /* end of temporary locals */ #ifdef ZTS zend_compiler_globals *compiler_globals;