Browse Source

added define for force cgi redirect

PHP-4.0.5
Daniel Beulshausen 26 years ago
parent
commit
9967b2e149
  1. 4
      main/config.w32.h

4
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

Loading…
Cancel
Save