diff options
author | Greg Beaver <cellog@php.net> | 2003-12-04 02:11:40 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2003-12-04 02:11:40 +0000 |
commit | 5252f3faa9a9f4d7dd5f56513d6414b0c5c4fba6 (patch) | |
tree | 22080cb0b216d2b1f17cf452128046847be4cd12 /pear/package-PEAR.xml | |
parent | d2ad2841bdfd060eaffa583acb2be6ff335181a7 (diff) | |
download | php-git-5252f3faa9a9f4d7dd5f56513d6414b0c5c4fba6.tar.gz |
merge downloader code into HEAD - it works
fix bug found in uninstall
Diffstat (limited to 'pear/package-PEAR.xml')
-rw-r--r-- | pear/package-PEAR.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 59fccc5a17..0e044db31d 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -58,6 +58,8 @@ PEAR Installer: * Bug #248 --force command does not work as expected * Bug #293 [Patch] PEAR_Error not calling static method callbacks for error-handler * Bug #324 pear -G gives Fatal Error (PHP-GTK not installed, but error is at engine level) +* Moved download code into its own class +* Fully unit tested the installer and downloader, plus PEAR_Common </notes> <provides type="class" name="OS_Guess" /> @@ -85,6 +87,7 @@ PEAR Installer: <file role="php" name="Common.php"/> <file role="php" name="Config.php"/> <file role="php" name="Dependency.php"/> + <file role="php" name="Downloader.php"/> <dir name="Frontend"> <file role="php" name="CLI.php"/> </dir> |