Skip to content

Commit

Permalink
- MFH for: turn on force redirect for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Mar 4, 2002
1 parent c65fff2 commit 7a3cb1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/config.w32.h
Expand Up @@ -37,7 +37,7 @@
#define TRANS_SID 1

/* set to enable force cgi redirect */
#define FORCE_CGI_REDIRECT 0
#define FORCE_CGI_REDIRECT 1

/* should be added to runtime config*/
#define PHP_URL_FOPEN 1
Expand Down
8 changes: 4 additions & 4 deletions main/php.h
Expand Up @@ -41,6 +41,10 @@
#define sprintf php_sprintf
#endif

/* PHP's DEBUG value must match Zend's ZEND_DEBUG value */
#undef PHP_DEBUG
#define PHP_DEBUG ZEND_DEBUG

#ifdef PHP_WIN32
#include "tsrm_win32.h"
#include "win95nt.h"
Expand All @@ -58,10 +62,6 @@

#include "php_regex.h"

/* PHP's DEBUG value must match Zend's ZEND_DEBUG value */
#undef PHP_DEBUG
#define PHP_DEBUG ZEND_DEBUG


#define APACHE 0
#define CGI_BINARY 0
Expand Down

0 comments on commit 7a3cb1e

Please sign in to comment.