summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-06 19:24:13 +0000
committerZeev Suraski <zeev@php.net>1999-07-06 19:24:13 +0000
commit8ee9fd57689cd3cd28c57260777403735b12e771 (patch)
tree4d768e8cb3bc932877427834495a7c2ab09c9d16 /ext
parent52308cd368bb26146b2e534c68ece91df5656ea2 (diff)
downloadphp-git-8ee9fd57689cd3cd28c57260777403735b12e771.tar.gz
avoid two copies of pcre.c in the repository
Diffstat (limited to 'ext')
-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