]> granicus.if.org Git - php/commitdiff
- #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 and
authorAndi Gutmans <andi@php.net>
Sat, 29 Dec 2001 18:07:08 +0000 (18:07 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 29 Dec 2001 18:07:08 +0000 (18:07 +0000)
- 2

Zend/zend.h

index 6b90652ef32b669164794c2a992c8eb2fdfda100..555ff2622b8714701895d85a489d851069701191 100644 (file)
@@ -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() }