summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/Makefile.am2
-rw-r--r--ext/pcre/php_pcre.c (renamed from ext/pcre/pcre.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/Makefile.am b/ext/pcre/Makefile.am
index e329564532..b6c926519f 100644
--- a/ext/pcre/Makefile.am
+++ b/ext/pcre/Makefile.am
@@ -2,5 +2,5 @@
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
noinst_LIBRARIES=libphpext_pcre.a
-libphpext_pcre_a_SOURCES=pcre.c
+libphpext_pcre_a_SOURCES=php_pcre.c
SUBDIRS=@PCRE_SUBDIR@
diff --git a/ext/pcre/pcre.c b/ext/pcre/php_pcre.c
index 6a9ca26b90..6a9ca26b90 100644
--- a/ext/pcre/pcre.c
+++ b/ext/pcre/php_pcre.c