diff options
author | Greg Beaver <cellog@php.net> | 2003-08-29 20:50:36 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2003-08-29 20:50:36 +0000 |
commit | dce426828277213bc23b60df31f52fdeec0d3b32 (patch) | |
tree | 866f9fcf0b997af063036d031546779e44281fc8 /pear/package-PEAR.xml | |
parent | e18e3a6edde9e0308a12edbf3fbcdadab4010150 (diff) | |
download | php-git-dce426828277213bc23b60df31f52fdeec0d3b32.tar.gz |
fix optional dependencies in Dependency.php, remove ugly hack in Installer, add note about Cox's cool addition to pear install, remove noise of who did what from package.xml, fix #25008
Diffstat (limited to 'pear/package-PEAR.xml')
-rw-r--r-- | pear/package-PEAR.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index bbf22e8fcd..efc1567681 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -50,17 +50,21 @@ * Fixed #25131 - OS_Guess warnings on empty lines from popen("/usr/bin/cpp $tmpfile", "r"); * Fixed #25117 - MD5 checksum should be case-insensitive -* Fixed static calls to PEAR error-handling methods in classes (Greg) +* Fixed static calls to PEAR error-handling methods in classes * Added ability to use a static method callback for error-handling, and removed -use of inadvisable @ in setErrorHandling (Greg) -* Added dependency on XML_RPC, and optional dependency on xmlrpc extension (Greg) -* Added --alldeps and --onlyreqdeps options to pear install/pear upgrade (Greg) +use of inadvisable @ in setErrorHandling +* Added dependency on XML_RPC, and optional dependency on xmlrpc extension +* Added --alldeps and --onlyreqdeps options to pear install/pear upgrade * Sorting of installation/uninstallation so package order on the command-line is - insignificant (fixes upgrade-all if every package is installed) (Greg) + insignificant (fixes upgrade-all if every package is installed) * pear upgrade will now install if the package is not installed (necessary for pear upgrade --alldeps, as installation is often necessary for new - dependencies) (Greg) + dependencies) * fixed pear.bat if PHP is installed in a path like C:\Program Files\php (Greg) +* Add ability to specify pear install DB-1.2, or pear install DB-stable, or + pear install DB-1.2.tar to download as uncompressed tar +* Fix #25008 - unhelpful error message +* Fixed optional dependencies in Dependency.php </notes> <provides type="class" name="OS_Guess" /> <provides type="class" name="System" /> |