summaryrefslogtreecommitdiff
path: root/pear/Console
Commit message (Expand)AuthorAgeFilesLines
* Allow = sign in long option argument.Andrei Zmievski2005-03-011-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* MFBAndrei Zmievski2003-12-111-36/+28
* since nobody has taken any action, fix Console_Getopt to be BC, and update th...Greg Beaver2003-12-111-3/+39
* MFBAndrei Zmievski2003-12-051-3/+1
* Fix for http://bugs.php.net/bug.php?id=21994Tomas V.V.Cox2003-06-301-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Disable PEAR tests. These tests have too many dependcies such asIlia Alshanetsky2002-10-221-0/+2
* 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-122-3/+68
* * 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