summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-02-24 13:30:21 +0000
committerMarcus Boerger <helly@php.net>2006-02-24 13:30:21 +0000
commit9845606cef55bba43f3e42e849081636d5cb0719 (patch)
tree11dcd2e1a2f1d8db0b5fa1184024a841ee2ec43e
parent8a4c8e8d47cc0b87d3144e55253a1093e2351618 (diff)
downloadphp-git-9845606cef55bba43f3e42e849081636d5cb0719.tar.gz
- Add deprecation function/function alias macros
-rw-r--r--main/php.h2
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