summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
Commit message (Expand)AuthorAgeFilesLines
* Move the _prependPath function into PEAR_Downloader from PEAR_Installer,Anil Madhavapeddy2004-02-291-15/+0
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* update phpdoc commentGreg Beaver2003-12-061-0/+2
* merge downloader code into HEAD - it worksGreg Beaver2003-12-041-410/+12
* necessary refinementGreg Beaver2003-11-171-1/+1
* fix bug #248, --force does not work as expectedGreg Beaver2003-11-171-1/+4
* fix bug #249Greg Beaver2003-11-171-0/+18
* fix warningGreg Beaver2003-10-311-1/+3
* deleted code says it allGreg Beaver2003-10-311-5/+0
* fix #171, --alldeps with a rel="eq" should install the required version, if p...Greg Beaver2003-10-311-0/+5
* Fix Bug #23221 Pear installer - extension re-install segfaultTomas V.V.Cox2003-10-101-0/+5
* Partial rewrite of dowload() method:Tomas V.V.Cox2003-10-101-53/+69
* better version checks (contributed by Roman)Tomas V.V.Cox2003-10-061-8/+1
* use realpath instead of chdirTomas V.V.Cox2003-10-051-5/+1
* * Fixing #64Martin Jansen2003-10-051-21/+60
* Better fix #61Tomas V.V.Cox2003-10-041-6/+14
* Fix: #61 [NEW]: error with pear install in pear 1.3b1Tomas V.V.Cox2003-10-041-0/+5
* fix warning in rare case (file doesn't exist in package.xml)Greg Beaver2003-10-041-1/+2
* better fix for #45.Greg Beaver2003-09-301-41/+31
* Bug #45 preferred_state works incorrectlyGreg Beaver2003-09-291-7/+47
* add rollback for installed_asGreg Beaver2003-09-181-0/+18
* unit testing finds another bug :)Greg Beaver2003-09-181-1/+2
* oops - params are reversed, my badGreg Beaver2003-09-171-3/+3
* bug in chmod file transaction operation error messageGreg Beaver2003-09-171-2/+2
* phpdoc errorGreg Beaver2003-09-171-1/+1
* correct typo "committed"Greg Beaver2003-09-171-1/+7
* Document addFileOperation()Greg Beaver2003-09-161-0/+26
* tweak Tomas's patch forGreg Beaver2003-09-161-13/+13
* fix invalid replacements - add tests for bad pear-config/package-info replace...Greg Beaver2003-09-161-2/+11
* file transactions used - but startFileTransaction() was never usedGreg Beaver2003-09-161-7/+14
* Now empty directories are removed on uninstall, so uninstallation is complete...Greg Beaver2003-09-151-1/+40
* mistaken include_once 'Remote.php' - not sure why it worked at allGreg Beaver2003-09-151-1/+1
* move registration of installed location to post-commitGreg Beaver2003-09-151-3/+4
* found bug in _installFile() thanks to unit testing.Greg Beaver2003-09-141-0/+2
* "pear -v install" is now more usefullTomas V.V.Cox2003-09-111-3/+3
* Be more nice when downloading filesTomas V.V.Cox2003-09-111-0/+13
* Fix bug of download tries when a local file is givenTomas V.V.Cox2003-09-111-5/+7
* phpdoc correction (kind of serious error :)Greg Beaver2003-09-101-1/+1
* make error code helpful if no releases of a package exist at allGreg Beaver2003-09-061-1/+6
* make error code helpful if no releases of a package in preferred-state existGreg Beaver2003-09-061-8/+36
* remove debug codeGreg Beaver2003-09-041-1/+0
* fix bug in --force - $options was never passed to _installFile.Greg Beaver2003-09-041-2/+10
* fix bug in --force on windowsGreg Beaver2003-09-041-0/+1
* fixes rather obvious problem. Try this with CVS before:Greg Beaver2003-09-021-0/+3
* Tomas say:Greg Beaver2003-08-311-2/+6
* This patch should fix all unintended upgrading/installation of packages less ...Greg Beaver2003-08-311-1/+11
* fix #25322Greg Beaver2003-08-311-1/+2
* fix optional dependencies in Dependency.php, remove ugly hack in Installer, a...Greg Beaver2003-08-291-1/+13
* This patch allows:Tomas V.V.Cox2003-08-291-7/+24
* * added --alldeps --onlyreqdeps options for pear install/upgrade.Greg Beaver2003-08-281-49/+248