summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/mod_php5.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache_hooks/mod_php5.h')
-rw-r--r--sapi/apache_hooks/mod_php5.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sapi/apache_hooks/mod_php5.h b/sapi/apache_hooks/mod_php5.h
index 0d61bf8982..1549dbf263 100644
--- a/sapi/apache_hooks/mod_php5.h
+++ b/sapi/apache_hooks/mod_php5.h
@@ -71,6 +71,13 @@ extern php_apache_info_struct php_apache_info;
#define AP_LOGGING 10
#define AP_CLEANUP 11
+
+/* fix for gcc4 visibility patch */
+#ifndef PHP_WIN32
+# undef MODULE_VAR_EXPORT
+# define MODULE_VAR_EXPORT PHPAPI
+#endif
+
#endif /* MOD_PHP5_H */
/*