mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Some compat macros
This commit is contained in:
parent
f9e375f493
commit
ded764461b
1 changed files with 6 additions and 0 deletions
|
@ -55,5 +55,11 @@ extern ZEND_API zend_executor_globals executor_globals;
|
|||
extern ZEND_API zend_alloc_globals alloc_globals;
|
||||
#endif
|
||||
|
||||
|
||||
/* For limited downwards source compatibility */
|
||||
#define CLS_FETCH()
|
||||
#define ELS_FETCH()
|
||||
#define ALS_FETCH()
|
||||
|
||||
#endif /* ZEND_GLOBALS_MACROS_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue