diff options
author | Harald Radi <phanto@php.net> | 2003-01-16 22:09:58 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2003-01-16 22:09:58 +0000 |
commit | 914cf3c0f89d0c1a9732c977ac58dd17868822b5 (patch) | |
tree | a4229ff5b0a53fe036c31e29236fe45d47e0f6a3 /main/internal_functions_win32.c | |
parent | 77f7ae38141100ed30240f253c42970067f3a1d7 (diff) | |
download | php-git-914cf3c0f89d0c1a9732c977ac58dd17868822b5.tar.gz |
move the ZE2 check into internal_functions_win32.c
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 4 insertions, 0 deletions
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" |