summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 54ca3b0d3a..09f1641047 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -1210,7 +1210,7 @@ zend_module_entry pcre_module_entry = {
STANDARD_MODULE_PROPERTIES
};
-#ifdef COMPILE_DL_PCRE
+#if defined(COMPILE_DL) || defined(COMPILE_DL_PCRE)
ZEND_GET_MODULE(pcre)
#endif