]> granicus.if.org Git - php/commitdiff
move the ZE2 check into internal_functions_win32.c
authorHarald Radi <phanto@php.net>
Thu, 16 Jan 2003 22:09:58 +0000 (22:09 +0000)
committerHarald Radi <phanto@php.net>
Thu, 16 Jan 2003 22:09:58 +0000 (22:09 +0000)
main/config.w32.h
main/internal_functions_win32.c

index 1b2fd52b96a04100aec678622e8225071c0e3d6c..8654cb2fb186405bbf338fb21743fb11837394ff 100644 (file)
@@ -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"
index c10c4d2e75b87ef2ac6221998e422286d7eeca72..ff8dcd4d91dc89e4ed95e567190ddfdbc58d40f0 100644 (file)
        $Id$
 */
 
+#ifndef ZEND_ENGINE_2
+#error HEAD does not work with ZendEngine1 anymore
+#endif
+
 /* {{{ includes
  */
 #include "php.h"