summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-23 09:33:51 +0000
committerSascha Schumann <sas@php.net>2000-05-23 09:33:51 +0000
commit4686a3b50ee86aa25e341aaa45376e637a42330f (patch)
tree97b595a50dd094da01ad76eb628318dc120eac7a /ext/pcre/php_pcre.c
parent0236982d6d9fb6c5187b2475c2e19245ac22a63a (diff)
downloadphp-git-4686a3b50ee86aa25e341aaa45376e637a42330f.tar.gz
Use #ifdef COMPILE_DL_EXTNAME solely.
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 c13897d9e2..d84c5ff744 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -1213,7 +1213,7 @@ zend_module_entry pcre_module_entry = {
STANDARD_MODULE_PROPERTIES
};
-#if defined(COMPILE_DL) || defined(COMPILE_DL_PCRE)
+#ifdef COMPILE_DL_PCRE
ZEND_GET_MODULE(pcre)
#endif