From: Andi Gutmans Date: Sat, 29 Dec 2001 18:07:08 +0000 (+0000) Subject: - #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 and X-Git-Tag: PRE_ISSET_PATCH~373 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a0c756c58ee49ac35e63d5c9cab393fd0ea83fb;p=php - #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 and - 2 --- diff --git a/Zend/zend.h b/Zend/zend.h index 6b90652ef3..555ff2622b 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -24,6 +24,8 @@ #define ZEND_VERSION "2.0.0-dev" +#define ZEND_ENGINE_2 + #ifdef __cplusplus #define BEGIN_EXTERN_C() extern "C" { #define END_EXTERN_C() }