summaryrefslogtreecommitdiff
path: root/pear/scripts
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'help'.helpSVN Migration2002-03-1318-1279/+0
|
* Please welcome the new build system.Sascha Schumann2002-03-071-4/+2
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Config variables must be set between "" while using pear.bat windows scriptVincent Blavet2002-02-201-10/+14
|
* * Fix for bug #15500Martin Jansen2002-02-171-0/+1
|
* * Synchronize pearwin script with pearcmd-xxx.php commandsVincent Blavet2002-02-131-44/+4
| | | | | * Still work to do
* * user system/user config rather than default valueVincent Blavet2002-02-131-2/+2
|
* - Adding support for remote-list command (with XML-RPC installed)Vincent Blavet2002-02-131-37/+156
| | | | | - Start support of show-config (still work to do ...)
* * print package nameStig Bakken2002-02-131-1/+2
|
* * Better error handling.Martin Jansen2002-02-071-0/+5
|
* * lowercase tags and attributesStig Bakken2002-01-311-22/+22
|
* * modularize "pear" and "pear-get" commands somewhat. checking optionsStig Bakken2002-01-3011-693/+383
| | | | | etc. is done for both in pearcmd-common.php.
* * Call the PEAR_Registry constructor with the optional parameterVincent Blavet2002-01-241-1/+1
|
* * Add uninstall commandVincent Blavet2002-01-231-2/+34
| | | | | * Add list-installed command
* use the new Console_Getopt::readPHPArgv() function to read argsTomas V.V.Cox2002-01-062-11/+11
|
* Added check for $argv avaibleTomas V.V.Cox2002-01-052-4/+8
| | | | | (thanks Michael Härtl <mhaertl@pressline.de>)
* * start splitting "pear" command into "pear" and "pear-get"Stig Bakken2002-01-022-10/+353
|
* added default target for installing documentationTomas V.V.Cox2001-12-261-1/+2
|
* that makes more senseTomas V.V.Cox2001-12-181-1/+1
|
* quick fix for the "pear info" commandTomas V.V.Cox2001-12-181-4/+13
|
* * implemented "upgrade"Stig Bakken2001-12-121-18/+37
| | | | | * report install/uninstall errors
* fixed bug #14414Tomas V.V.Cox2001-12-111-2/+2
|
* Update headers.Sebastian Bergmann2001-12-113-6/+6
|
* * fixed the sub-command option parsingStig Bakken2001-12-111-17/+44
| | | | | | * added -r option to install/uninstall (registers package without installing any files, for use by rpm and the like)
* implemented "uninstall" commandTomas V.V.Cox2001-11-151-1/+15
|
* * command name changesStig Bakken2001-11-131-9/+36
|
* * fix "list" commandStig Bakken2001-11-071-12/+10
|
* E_ALL fixesTomas V.V.Cox2001-11-061-5/+5
|
* * added "pear info" and "pear show-config" commandsStig Bakken2001-10-311-6/+72
| | | | | * "pear install" now using the package registry
* * started working on "pear list" commandStig Bakken2001-10-291-9/+68
|
* * nuked PEAR_Packlist class and added PEAR_Registry insteadStig Bakken2001-10-281-1/+1
|
* * actually implement -s/-S options :-)Stig Bakken2001-10-271-2/+14
|
* * implemented "pear list-packages", the first sub-command using xmlrpcStig Bakken2001-10-261-0/+17
|
* * PEAR_Config class to maintain system and per-user configuration forStig Bakken2001-10-262-34/+97
| | | | | | | | | PEAR installations * PEAR_Remote class to communicate with the backend server (xmlrpc) * change pear script's option parsing to "-d foo=bar" style * added -c/-C (user/system config file) and -s/-S (store user/system config) options
* * fixed problem with copyright header on some systems.Martin Jansen2001-10-131-16/+16
|
* * streamlined the copyright headerMartin Jansen2001-10-121-21/+21
| | | | | | | * changed path names in pear.bat to more typical values # The GUI installer on Win32 installs PHP to c:\php by default, so we # should make that the predefined value in the PEAR batch file.
* typoAlexander Merz2001-10-121-2/+2
|
* win version of pear the pear scriptAlexander Merz2001-10-122-0/+149
|
* tab vs wsTomas V.V.Cox2001-09-271-111/+111
|
* * Archive_Tar is no longer experimentalStig Bakken2001-08-281-1/+1
|
* * started work on php file supportStig Bakken2001-08-281-14/+69
|
* * fold case when parsing package.xmlStig Bakken2001-08-281-20/+18
|
* Added "phptar" command as proof that the Archive_Tar class works.Stig Bakken2001-08-191-0/+236
| | | | | # Great work, Vincent!
* @Added --version option to php-config (Stig)Stig Bakken2001-08-131-1/+4
|
* * added emacs footerStig Bakken2001-07-251-99/+106
|
* Oops, said include but do require (thanks Jon and Rasmus)Tomas V.V.Cox2001-07-171-2/+2
|
* include only the needed filesTomas V.V.Cox2001-07-171-2/+2
|
* @Added "pearize" script to generate Makefile.in files for PEAR extensionsStig Bakken2001-05-281-0/+165
|
* -Changed $param[0] to $param{0} less ambiguousTomas V.V.Cox2001-05-231-5/+5
| | | | | -Readd "-?" param that shows the usage msg
* remove "?" from Console_Getopt. Sorry Andrei it was there andTomas V.V.Cox2001-05-221-1/+1
| | | | | I left there :)
* - Added the following params support:Tomas V.V.Cox2001-05-221-20/+71
| | | | | | | | | | * -p set script install dir * -e set extension install dir * -d set documentation dest dir * -v set verbose level - Some error reporting clean up - Added the standar PHP copyright header and authors