summaryrefslogtreecommitdiff
path: root/pear/scripts
Commit message (Expand)AuthorAgeFilesLines
* - Explicitly return "0" at the end of the script. For some weird reason itDerick Rethans2002-10-221-0/+2
* fix for #19712 & #19715 -> whitepsace in extension dir nameHartmut Holzgraefe2002-10-211-2/+2
* * added --libs optionStig Bakken2002-09-281-1/+4
* Set 'defaultuser' if 'USER' env not foundPierre Joye2002-08-261-1/+3
* Remove $_ENV usagesPierre Joye2002-08-251-10/+10
* * Fixed E_NOTICE on pear -VTal Peer2002-07-281-1/+1
* pear -V now shows pear version, php version and ZE version.Tal Peer2002-07-281-1/+1
* use -d output_buffer=0 to workarround the PHP flush() problemTomas V.V.Cox2002-07-261-12/+12
* Use script arg separator '--'Tomas V.V.Cox2002-07-261-11/+2
* * don't set include path if running 'pear.in' without substitutionsStig Bakken2002-07-071-1/+4
* change the include_path setting to be in the php space insteadTomas V.V.Cox2002-06-251-1/+2
* * set include_path when running "pear"Stig Bakken2002-06-161-1/+1
* Attempt to make pear.bat work better under WindowsTomas V.V.Cox2002-06-121-9/+15
* Moved to pear/Archive_Tar/scriptsTomas V.V.Cox2002-06-091-236/+0
* Be nicer with the helpTomas V.V.Cox2002-06-071-2/+6
* wsTomas V.V.Cox2002-06-071-16/+16
* * merge NEW_UI_API branchStig Bakken2002-06-021-3/+28
* * disable *&$^*#@ runtime ^@#*&$@ magical ^*!@@!! quotingStig Bakken2002-05-281-0/+1
* Added "pear -V" (show version information)Tomas V.V.Cox2002-05-261-2/+11
* * another help fixStig Bakken2002-05-261-1/+1
* "Help" fixesTomas V.V.Cox2002-05-261-1/+1
* * Console_Getopt POSIX fixStig Bakken2002-05-261-2/+5
* * implemented shortcuts ("pv" for "package-validate" etc.)Stig Bakken2002-05-211-5/+13
* * support multiple -v and -q optionsStig Bakken2002-05-201-2/+2
* Put "pear help options" working againTomas V.V.Cox2002-05-191-4/+6
* Add "\n" after the error in usage()Tomas V.V.Cox2002-05-141-2/+2
* * moved the {config xxx} help message substitution toStig Bakken2002-05-141-1/+0
* * fix option parsingStig Bakken2002-05-121-15/+13
* * refactored the command/options code:Stig Bakken2002-05-121-10/+42
* The command name is now the first arg not the secondTomas V.V.Cox2002-05-121-4/+4
* The first entry in argv is the command name, so Getopt will stopTomas V.V.Cox2002-05-121-1/+1
* - Fix phpizeDerick Rethans2002-05-091-0/+1
* - Dump API NOsDerick Rethans2002-05-091-0/+10
* Fix 'php-config --version'foobar2002-05-091-1/+1
* * add -G option to "pear" for php-gtk frontendStig Bakken2002-05-091-18/+36
* Revert the previous commit (revision 1.40).Jon Parise2002-05-021-1/+1
* * PHP_PREFIX constant is not defined, use bin_dir pear config insteadStig Bakken2002-04-211-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-162-1/+2
* it's been changed back to php.exeJames Cox2002-04-091-2/+2
* updated, requires PHP4.2 php-cgiAlexander Merz2002-04-091-3/+3
* * use the UI's displayFatalError methodStig Bakken2002-04-071-2/+2
* * remove "exit" at the end, it causes a "false" exit code alwaysStig Bakken2002-04-021-2/+0
* - Set some php.ini values needed by the installerTomas V.V.Cox2002-04-011-38/+6
* Adaptation for the new help systemTomas V.V.Cox2002-04-011-20/+30
* * setUIType -> setFrontendTypeStig Bakken2002-03-221-1/+1
* - Make the rellocation of packages work as expected if the targetTomas V.V.Cox2002-03-211-1/+1
* - Added command level optionsTomas V.V.Cox2002-03-211-7/+13
* Pass config to command factory and pass the correct command paramsTomas V.V.Cox2002-03-211-6/+8
* * get rid of this hackStig Bakken2002-03-1810-414/+0
* * Refactoring of "pear" command internals. Highlights:Stig Bakken2002-03-181-19/+167