summaryrefslogtreecommitdiff
path: root/pear/Console/Getopt.php
Commit message (Expand)AuthorAgeFilesLines
* revert change - this was due to an bug in php HEAD a few days agoAlan Knowles2002-08-051-1/+0
* Fixed array_shift messing up array_slice..Alan Knowles2002-08-051-0/+1
* Nuke notice (thanks to Arnaud Limbourg)Sander Roobol2002-08-041-1/+1
* use $GLOBALS['HTTP_SERVER_VARS'] insteadTomas V.V.Cox2002-07-261-2/+2
* Silence NOTICETomas V.V.Cox2002-07-261-1/+1
* * tolerate $args being emptyStig Bakken2002-07-091-2/+5
* * POSIX getopt compatibility support (first argv element is the command)Stig Bakken2002-05-261-0/+3
* Changing email address.Andrei Zmievski2002-05-131-2/+2
* * Try again: fixed Console_Getopt::getopt so it does not steal optionsStig Bakken2002-05-121-3/+2
* * use PEAR::raiseErrorStig Bakken2002-05-111-19/+8
* Maintain headers.Sebastian Bergmann2002-02-281-4/+3
* Added readPHPArgv() function that will safely read the $argv PHP arrayTomas V.V.Cox2002-01-061-3/+30
* reverted the last change for nowTomas V.V.Cox2001-12-261-4/+4
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* * stop parsing arguments when encoutering the first non-option argStig Bakken2001-12-101-3/+6
* Add missing loop variable $i.Markus Fischer2001-11-111-3/+3
* Suppress warning on long-options without an additional argument.Markus Fischer2001-11-111-1/+1
* E_ALL fixesTomas V.V.Cox2001-10-051-4/+4
* Fix long option parsing.Andrei Zmievski2001-05-291-1/+1
* Use proper class name.Andrei Zmievski2001-03-121-2/+2
* @- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)Andrei Zmievski2001-01-111-0/+202