From: Harald Radi Date: Thu, 16 Jan 2003 22:09:58 +0000 (+0000) Subject: move the ZE2 check into internal_functions_win32.c X-Git-Tag: PHP_5_0_dev_before_13561_fix~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=914cf3c0f89d0c1a9732c977ac58dd17868822b5;p=php move the ZE2 check into internal_functions_win32.c --- 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"