mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
turn on force redirect for windows
This commit is contained in:
parent
77a9678496
commit
a9fcfb133c
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue