summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-02-25 18:25:45 +0000
committerMarcus Boerger <helly@php.net>2006-02-25 18:25:45 +0000
commit941b0651dc7f1f6ca4f5fc88acde4d2a50632445 (patch)
tree6844d272bcf6e76009b9830db727f799a5ee34bd /main/php.h
parent611a6dece9c099829f0123dd5a55635218bbfc46 (diff)
downloadphp-git-941b0651dc7f1f6ca4f5fc88acde4d2a50632445.tar.gz
- MFH: Function deprecation flag
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h
index a667152e76..0dbb55c570 100644
--- a/main/php.h
+++ b/main/php.h
@@ -340,7 +340,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