From 9845606cef55bba43f3e42e849081636d5cb0719 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 24 Feb 2006 13:30:21 +0000 Subject: - Add deprecation function/function alias macros --- main/php.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 189c6d91c5..b8b107ca05 100644 --- a/main/php.h +++ b/main/php.h @@ -338,7 +338,9 @@ END_EXTERN_C() #define PHP_NAMED_FE ZEND_NAMED_FE #define PHP_FE ZEND_FE +#define PHP_DEP_FE ZEND_DEP_FE #define PHP_FALIAS ZEND_FALIAS +#define PHP_DEP_FALIAS ZEND_DEP_FALIAS #define PHP_ME ZEND_ME #define PHP_MALIAS ZEND_MALIAS #define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME -- cgit v1.2.1