diff options
author | Shane Caraveo <shane@php.net> | 2002-03-01 00:16:58 +0000 |
---|---|---|
committer | Shane Caraveo <shane@php.net> | 2002-03-01 00:16:58 +0000 |
commit | a9fcfb133cf9a060703d844288eacc01ead16b4c (patch) | |
tree | a6e50eb35475a8e82b0af18ce9a01a1d540e75da /main/php.h | |
parent | 77a9678496f1c377d68377a8b798ecd6bd542916 (diff) | |
download | php-git-a9fcfb133cf9a060703d844288eacc01ead16b4c.tar.gz |
turn on force redirect for windows
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index bfdf0680eb..e17d6d886a 100644 --- a/main/php.h +++ b/main/php.h @@ -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 |