diff -urN php-4.1.2/pear/Makefile.in php-4.1.2.new/pear/Makefile.in --- php-4.1.2/pear/Makefile.in Mon Dec 10 19:44:52 2001 +++ php-4.1.2.new/pear/Makefile.in Tue Apr 23 00:17:18 2002 @@ -50,6 +50,7 @@ Cache/Output.php \ Cache/OutputCompression.php \ Console/Getopt.php \ + CMD.php \ Crypt/CBC.php \ Crypt/HCEMD5.php \ Date/Calc.php \ @@ -75,6 +76,8 @@ HTML/IT.php \ HTML/ITX.php \ HTML/IT_Error.php \ + HTML/Menu.php \ + HTML/Menu_Browser.php \ HTML/Page.php \ HTML/Processor.php \ HTML/Select.php \ @@ -93,7 +96,10 @@ Mail/RFC822.php \ Mail/sendmail.php \ Mail/smtp.php \ + Mail/mail.php \ Mail/mime.php \ + Mail/mimeDecode.php \ + Mail/mimePart.php \ Math/Fraction.php \ Math/Util.php \ Net/Curl.php \ @@ -109,10 +115,12 @@ PEAR/Remote.php \ PEAR/Uploader.php \ PEAR/Registry.php \ + PEAR/WebInstaller.php \ Payment/Verisign.php \ Schedule/At.php \ System.php \ - XML/Parser.php + XML/Parser.php \ + XML/Render.php install-data-local: @if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \