From 0e178230b268f3143e9c1009ec3e0a1e99962016 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 17 Jan 2003 06:15:24 +0000 Subject: [PATCH] Move ZEND_ENGINE_2 check to where it is defined. --- main/internal_functions_win32.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index ff8dcd4d91..73d1a25d4e 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -19,10 +19,6 @@ $Id$ */ -#ifndef ZEND_ENGINE_2 -#error HEAD does not work with ZendEngine1 anymore -#endif - /* {{{ includes */ #include "php.h" @@ -34,6 +30,10 @@ #include #include +#ifndef ZEND_ENGINE_2 +#error HEAD does not work with ZendEngine1 anymore +#endif + #include "ext/standard/dl.h" #include "ext/standard/file.h" #include "ext/standard/fsock.h" -- 2.40.0