Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow = sign in long option argument. | Andrei Zmievski | 2005-03-01 | 1 | -1/+1 |
| | | | | | Fixes PEAR bug #1831. | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | MFB | Andrei Zmievski | 2003-12-11 | 1 | -36/+28 |
| | |||||
* | since nobody has taken any action, fix Console_Getopt to be BC, and update ↵ | Greg Beaver | 2003-12-11 | 1 | -3/+39 |
| | | | | | | | | | the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning. The core passes all unit tests with these changes, so they should work. Andrei: feel free to change anything you don't like, this is just a make it work fix. | ||||
* | MFB | Andrei Zmievski | 2003-12-05 | 1 | -3/+1 |
| | |||||
* | Fix for http://bugs.php.net/bug.php?id=21994 | Tomas V.V.Cox | 2003-06-30 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | revert change - this was due to an bug in php HEAD a few days ago | Alan Knowles | 2002-08-05 | 1 | -1/+0 |
| | |||||
* | Fixed array_shift messing up array_slice.. | Alan Knowles | 2002-08-05 | 1 | -0/+1 |
| | |||||
* | Nuke notice (thanks to Arnaud Limbourg) | Sander Roobol | 2002-08-04 | 1 | -1/+1 |
| | |||||
* | use $GLOBALS['HTTP_SERVER_VARS'] instead | Tomas V.V.Cox | 2002-07-26 | 1 | -2/+2 |
| | |||||
* | Silence NOTICE | Tomas V.V.Cox | 2002-07-26 | 1 | -1/+1 |
| | |||||
* | * tolerate $args being empty | Stig Bakken | 2002-07-09 | 1 | -2/+5 |
| | |||||
* | * POSIX getopt compatibility support (first argv element is the command) | Stig Bakken | 2002-05-26 | 1 | -0/+3 |
| | |||||
* | Changing email address. | Andrei Zmievski | 2002-05-13 | 1 | -2/+2 |
| | |||||
* | * Try again: fixed Console_Getopt::getopt so it does not steal options | Stig Bakken | 2002-05-12 | 1 | -3/+2 |
| | | | | | after the first non-option argument. Added test. | ||||
* | * use PEAR::raiseError | Stig Bakken | 2002-05-11 | 1 | -19/+8 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -4/+3 |
| | |||||
* | Added readPHPArgv() function that will safely read the $argv PHP array | Tomas V.V.Cox | 2002-01-06 | 1 | -3/+30 |
| | | | | | | across different PHP configurations. Will take care on register_globals and register_argc_argv ini directives and the new $_SERVER vars | ||||
* | reverted the last change for now | Tomas V.V.Cox | 2001-12-26 | 1 | -4/+4 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | * stop parsing arguments when encoutering the first non-option arg | Stig Bakken | 2001-12-10 | 1 | -3/+6 |
| | |||||
* | Add missing loop variable $i. | Markus Fischer | 2001-11-11 | 1 | -3/+3 |
| | | | | | Suppress more warnings when using the option separator '--'. | ||||
* | Suppress warning on long-options without an additional argument. | Markus Fischer | 2001-11-11 | 1 | -1/+1 |
| | |||||
* | E_ALL fixes | Tomas V.V.Cox | 2001-10-05 | 1 | -4/+4 |
| | |||||
* | Fix long option parsing. | Andrei Zmievski | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | Use proper class name. | Andrei Zmievski | 2001-03-12 | 1 | -2/+2 |
| | |||||
* | @- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR) | Andrei Zmievski | 2001-01-11 | 1 | -0/+202 |