From: Daniel Beulshausen Date: Thu, 14 Dec 2000 11:46:10 +0000 (+0000) Subject: added define for force cgi redirect X-Git-Tag: php-4.0.5RC1~899 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9967b2e1491df3b02ae5b480ca33ab6d4e1df358;p=php added define for force cgi redirect --- diff --git a/main/config.w32.h b/main/config.w32.h index 74a1b8630d..8bac9868c8 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -21,7 +21,6 @@ /* set to enable FTP support */ #define HAVE_FTP 1 - /* set to enable bundled PCRE library */ #define HAVE_BUNDLED_PCRE 1 @@ -35,6 +34,9 @@ /* set to enable trans sid */ #define TRANS_SID 1 +/* set to enable force cgi redirect */ +#define FORCE_CGI_REDIRECT 0 + /* should be added to runtime config*/ #define PHP_URL_FOPEN 1