/* #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
#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"
#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