summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index 25bfb6c7c9..17bafb4750 100644
--- a/main/php.h
+++ b/main/php.h
@@ -41,6 +41,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"
@@ -58,10 +62,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
#define CGI_BINARY 0