turn on force redirect for windows

This commit is contained in:
Shane Caraveo 2002-03-01 00:16:58 +00:00
parent 77a9678496
commit a9fcfb133c
2 changed files with 5 additions and 4 deletions

View file

@ -42,6 +42,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"
@ -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