summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-01-16 22:09:58 +0000
committerHarald Radi <phanto@php.net>2003-01-16 22:09:58 +0000
commit914cf3c0f89d0c1a9732c977ac58dd17868822b5 (patch)
treea4229ff5b0a53fe036c31e29236fe45d47e0f6a3 /main
parent77f7ae38141100ed30240f253c42970067f3a1d7 (diff)
downloadphp-git-914cf3c0f89d0c1a9732c977ac58dd17868822b5.tar.gz
move the ZE2 check into internal_functions_win32.c
Diffstat (limited to 'main')
-rw-r--r--main/config.w32.h4
-rw-r--r--main/internal_functions_win32.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 1b2fd52b96..8654cb2fb1 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -5,10 +5,6 @@
$Id$
*/
-#ifndef ZEND_ENGINE_2
-#error HEAD does not work with ZendEngine1 anymore
-#endif
-
/* Default PHP / PEAR directories */
#define CONFIGURATION_FILE_PATH "php.ini"
#define PEAR_INSTALLDIR "c:\\php4\\pear"
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c
index c10c4d2e75..ff8dcd4d91 100644
--- a/main/internal_functions_win32.c
+++ b/main/internal_functions_win32.c
@@ -19,6 +19,10 @@
$Id$
*/
+#ifndef ZEND_ENGINE_2
+#error HEAD does not work with ZendEngine1 anymore
+#endif
+
/* {{{ includes
*/
#include "php.h"