]> granicus.if.org Git - php/commitdiff
turn on force redirect for windows
authorShane Caraveo <shane@php.net>
Fri, 1 Mar 2002 00:16:58 +0000 (00:16 +0000)
committerShane Caraveo <shane@php.net>
Fri, 1 Mar 2002 00:16:58 +0000 (00:16 +0000)
main/config.w32.h
main/php.h

index c39607e788413b2c7e380df24100bed402b69b83..2f95a3301bf13430dc9c69c5aa72cdcd2a2d7451 100644 (file)
@@ -34,7 +34,7 @@
 /* #define HAVE_CRYPT_H 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
index bfdf0680ebad00b7e0c3fc217721259c04b4a60f..e17d6d886a4b411f8b0d722c85d7adf3bd3ea5d0 100644 (file)
 #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"
@@ -59,9 +63,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