summaryrefslogtreecommitdiff
path: root/pear/PEAR/Installer.php
Commit message (Expand)AuthorAgeFilesLines
...
* reverting accidental commit of my fix for #25008 - we'll let Tomas review the...Greg Beaver2003-08-171-11/+0
* fixed #25117, updated package-PEAR.xml to the current release levelGreg Beaver2003-08-171-1/+12
* fix uninstall for optional dependencies, bug #25080Greg Beaver2003-08-131-1/+8
* Better install report for C extensionsTomas V.V.Cox2003-08-051-2/+3
* Fix the fix (Greg)Tomas V.V.Cox2003-08-051-1/+1
* More space in path name fixes (Greg)Tomas V.V.Cox2003-08-041-1/+1
* Check dependencies on uninstallTomas V.V.Cox2003-07-081-1/+7
* - SyncPierre Joye2003-06-271-1/+1
* Fix registry obj creation when no installroot is setTomas V.V.Cox2003-06-161-2/+1
* Do not create the registry obj at Installer object creationTomas V.V.Cox2003-06-161-1/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* * Commit support for optional dependenciesMartin Jansen2003-06-051-10/+52
* * email address changeStig Bakken2003-03-181-2/+2
* * Windows fix (thanks to paj)Stig Bakken2003-01-291-4/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* * added --ignore-errors option, --force no longer ignores errorsStig Bakken2002-11-261-3/+3
* Added error codes for the PEAR_Dependency classStig Bakken2002-11-141-10/+44
* * implement transactions for uninstallStig Bakken2002-11-101-20/+24
* * implemented file transactions so installs may be safely abortedStig Bakken2002-11-101-11/+150
* * fix path prependsStig Bakken2002-11-081-3/+2
* * add transactions member array (for queueing file transactions)Stig Bakken2002-10-221-0/+5
* * Fixed a nasty bug preventing installation of pecl exts.Tal Peer2002-10-141-1/+2
* * verify md5 checksums during installStig Bakken2002-10-121-4/+27
* * the actual implementation of the installroot optionStig Bakken2002-10-101-16/+53
* * how did those DOS newlines get here?Stig Bakken2002-09-091-4/+1
* * don't abort install if errors are found in the package, displayStig Bakken2002-07-281-2/+7
* download package if force is setTomas V.V.Cox2002-07-261-1/+4
* * use System::mktempStig Bakken2002-07-071-2/+25
* - Force params to version_compare() to be strings, otherwise someTomas V.V.Cox2002-06-191-2/+2
* Do NOT allow install packages with errors in its description fileTomas V.V.Cox2002-06-191-1/+8
* - Fix issue with the DIRECTORY_SEPARATOR, did make the install ofTomas V.V.Cox2002-06-141-6/+11
* Hopefully fixed a couple of problems with destination paths:Tomas V.V.Cox2002-06-081-4/+8
* * add "nobuild" option to installer (-B or --nobuild option to CLI frontend)Stig Bakken2002-06-061-1/+1
* * merge NEW_UI_API branchStig Bakken2002-06-021-8/+55
* * fix some errors/warningsStig Bakken2002-05-281-28/+27
* * fixes for php without zlibStig Bakken2002-05-271-1/+1
* * cleaned up error handling in _installFileStig Bakken2002-05-261-16/+21
* TODO++Tomas V.V.Cox2002-05-231-0/+3
* files that are not installed should be removed from theTomas V.V.Cox2002-05-211-9/+10
* * add TODO commentStig Bakken2002-05-211-0/+4
* Make the installation of a package fail when _installFileTomas V.V.Cox2002-05-211-1/+4
* * some verbosity changes: 0 - only errors, 1 - status report when theStig Bakken2002-05-201-9/+9
* * support platform-specific filesStig Bakken2002-05-191-0/+13
* * refactored the command/options code:Stig Bakken2002-05-121-6/+9
* * apply umask when installing filesStig Bakken2002-05-031-2/+2
* * use the downloadHttp method w/callbackStig Bakken2002-04-291-69/+85
* * fix warningStig Bakken2002-04-251-2/+2
* * more uniform "level 2 debug messages"Stig Bakken2002-04-211-8/+17
* * Remove package directory if empty during uninstall processMartin Jansen2002-04-211-2/+2
* * make "pear install package.xml" possible, so you can install a packageStig Bakken2002-04-191-42/+44