summaryrefslogtreecommitdiff
path: root/ext/overload/php_overload.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-09-30 09:40:12 +0000
committerDerick Rethans <derick@php.net>2002-09-30 09:40:12 +0000
commit3b99744f0b0657cca9283f00bf08152487bdfbfa (patch)
treed8b8791b91d37847f8c274cfe63406a8a97e107a /ext/overload/php_overload.h
parent3053ba7b9ca6cc3b56ffe6a4ecbc52b410b63de3 (diff)
downloadphp-git-3b99744f0b0657cca9283f00bf08152487bdfbfa.tar.gz
- Fix ZE2 build when overload is enabled
Diffstat (limited to 'ext/overload/php_overload.h')
-rw-r--r--ext/overload/php_overload.h2
1 files changed, 2 insertions, 0 deletions
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 */