mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- Add deprecation function/function alias macros
This commit is contained in:
parent
8a4c8e8d47
commit
9845606cef
1 changed files with 2 additions and 0 deletions
|
@ -338,7 +338,9 @@ END_EXTERN_C()
|
||||||
|
|
||||||
#define PHP_NAMED_FE ZEND_NAMED_FE
|
#define PHP_NAMED_FE ZEND_NAMED_FE
|
||||||
#define PHP_FE ZEND_FE
|
#define PHP_FE ZEND_FE
|
||||||
|
#define PHP_DEP_FE ZEND_DEP_FE
|
||||||
#define PHP_FALIAS ZEND_FALIAS
|
#define PHP_FALIAS ZEND_FALIAS
|
||||||
|
#define PHP_DEP_FALIAS ZEND_DEP_FALIAS
|
||||||
#define PHP_ME ZEND_ME
|
#define PHP_ME ZEND_ME
|
||||||
#define PHP_MALIAS ZEND_MALIAS
|
#define PHP_MALIAS ZEND_MALIAS
|
||||||
#define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
|
#define PHP_ABSTRACT_ME ZEND_ABSTRACT_ME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue