summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Hagenbuch <chagenbu@php.net>2000-10-08 14:55:13 +0000
committerChuck Hagenbuch <chagenbu@php.net>2000-10-08 14:55:13 +0000
commit09f89187f489f72623d0112075830a3bc45c9c14 (patch)
treed59622a89ff32849b1cde575c187da923b596f89
parentd667e05543b02da5fa122c5878c09067622013c4 (diff)
downloadphp-git-09f89187f489f72623d0112075830a3bc45c9c14.tar.gz
Add File_SearchReplace class from Richard Heyes.
-rw-r--r--pear/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/Makefile.in b/pear/Makefile.in
index d4fb95f8f1..0fbd44d32a 100644
--- a/pear/Makefile.in
+++ b/pear/Makefile.in
@@ -34,6 +34,7 @@ PEAR_FILES = \
DB/storage.php \
DB/sybase.php \
File/Find.php \
+ File/SearchReplace.php \
HTML/Form.php \
HTTP.php \
Net/Socket.php \