From 3b99744f0b0657cca9283f00bf08152487bdfbfa Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 30 Sep 2002 09:40:12 +0000 Subject: - Fix ZE2 build when overload is enabled --- ext/overload/php_overload.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/overload/php_overload.h b/ext/overload/php_overload.h index aa17e87ce6..459e61c86a 100644 --- a/ext/overload/php_overload.h +++ b/ext/overload/php_overload.h @@ -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 */ -- cgit v1.2.1