diff options
| author | Chuck Hagenbuch <chagenbu@php.net> | 2000-10-08 14:55:13 +0000 |
|---|---|---|
| committer | Chuck Hagenbuch <chagenbu@php.net> | 2000-10-08 14:55:13 +0000 |
| commit | 09f89187f489f72623d0112075830a3bc45c9c14 (patch) | |
| tree | d59622a89ff32849b1cde575c187da923b596f89 | |
| parent | d667e05543b02da5fa122c5878c09067622013c4 (diff) | |
| download | php-git-09f89187f489f72623d0112075830a3bc45c9c14.tar.gz | |
Add File_SearchReplace class from Richard Heyes.
| -rw-r--r-- | pear/Makefile.in | 1 |
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 \ |
