]> granicus.if.org Git - php/commitdiff
- Fix ZE2 build when overload is enabled
authorDerick Rethans <derick@php.net>
Mon, 30 Sep 2002 09:40:12 +0000 (09:40 +0000)
committerDerick Rethans <derick@php.net>
Mon, 30 Sep 2002 09:40:12 +0000 (09:40 +0000)
ext/overload/php_overload.h

index aa17e87ce6b07aaa70ed27addbb30bd844b6b6c7..459e61c86abb7726da43b6160e37be8dd29cd3d0 100644 (file)
@@ -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 */