From: Chuck Hagenbuch Date: Fri, 5 Jan 2001 20:05:27 +0000 (+0000) Subject: add File/Passwd.php to the install rules, and change the class name to X-Git-Tag: php-4.0.5RC1~716 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6005910da26a0329f52777c87ed2676411291ac5;p=php add File/Passwd.php to the install rules, and change the class name to File_Passwd to match our standard. --- diff --git a/pear/Makefile.in b/pear/Makefile.in index 24d6cf9709..b529a7b107 100644 --- a/pear/Makefile.in +++ b/pear/Makefile.in @@ -45,6 +45,7 @@ PEAR_FILES = \ DB/storage.php \ DB/sybase.php \ File/Find.php \ + File/Passwd.php \ File/SearchReplace.php \ HTML/Form.php \ HTTP.php \