mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
- Fix ZE2 build when overload is enabled
This commit is contained in:
parent
3053ba7b9c
commit
3b99744f0b
@ -19,6 +19,7 @@
|
||||
#ifndef PHP_OVERLOAD_H
|
||||
#define PHP_OVERLOAD_H
|
||||
|
||||
#ifndef ZEND_ENGINE_2
|
||||
#if HAVE_OVERLOAD
|
||||
|
||||
extern zend_module_entry overload_module_entry;
|
||||
@ -52,6 +53,7 @@ ZEND_END_MODULE_GLOBALS(overload)
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_OVERLOAD */
|
||||
#endif /* ZEND_ENGINE_2 */
|
||||
|
||||
#endif /* PHP_OVERLOAD_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user