diff options
author | Marcus Boerger <helly@php.net> | 2006-02-24 13:30:21 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-02-24 13:30:21 +0000 |
commit | 9845606cef55bba43f3e42e849081636d5cb0719 (patch) | |
tree | 11dcd2e1a2f1d8db0b5fa1184024a841ee2ec43e /main/php.h | |
parent | 8a4c8e8d47cc0b87d3144e55253a1093e2351618 (diff) | |
download | php-git-9845606cef55bba43f3e42e849081636d5cb0719.tar.gz |
- Add deprecation function/function alias macros
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |