Browse Source

- #define to help #ifdef stuff in PHP sources to make them work w/ ZE1 and

- 2
experimental/ZendEngine2
Andi Gutmans 25 years ago
parent
commit
8a0c756c58
  1. 2
      Zend/zend.h

2
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() }

Loading…
Cancel
Save