From: Andi Gutmans Date: Tue, 12 Mar 2002 19:36:24 +0000 (+0000) Subject: - Macro for duality between Engine 1 and 2 X-Git-Tag: help~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9760fdcb37a06db3d1276eb4beb389cd47e45cce;p=php - Macro for duality between Engine 1 and 2 --- diff --git a/Zend/zend.h b/Zend/zend.h index 3cb1eb58f4..4dd94c4f3a 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -428,6 +428,8 @@ ZEND_API void zend_error(int type, const char *format, ...); void zenderror(char *error); +/* The following #define is used for code duality in PHP for Engine 1 & 2 +#define ZEND_STANDARD_CLASS_DEF_PTR zend_standard_class_def extern ZEND_API zend_class_entry *zend_standard_class_def; extern zend_utility_values zend_uv; extern ZEND_API zval zval_used_for_init;