summaryrefslogtreecommitdiff
path: root/main/php_compat.h
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2003-07-25 11:41:33 +0000
committerEdin Kadribasic <edink@php.net>2003-07-25 11:41:33 +0000
commit37cbc7cbb5b91da52dd0ad4b776076d881960bc8 (patch)
treefb64b2c5dc6ebc90afe301020ab1e3aaf23575bf /main/php_compat.h
parent9fe5094d77356e5c2e31196b49510b6fe604ca20 (diff)
downloadphp-git-37cbc7cbb5b91da52dd0ad4b776076d881960bc8.tar.gz
Partial MDB
Diffstat (limited to 'main/php_compat.h')
-rw-r--r--main/php_compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h
index 0a3c6ae612..d68d7613ea 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -127,4 +127,8 @@
#define XML_NS 1
#endif
+#ifdef PHP_EXPORTS
+#define PCRE_STATIC
+#endif
+
#endif