Console_Getoptpear.php.netCommand-line option parserThis is a PHP implementation of "getopt" supporting both
short and long options.Andrei Zmievskiandreiandrei@php.netnoStig Bakkenssbstig@php.netnoGreg Beavercellogcellog@php.netno2019-02-061.4.21.4.0stablestableBSD-2-Clause
* Remove use of each(), which is removed in PHP 8
PEARpear.php.net1.4.01.999.9995.4.01.8.02019-02-061.4.21.4.0stablestableBSD-2-Clause
* Remove use of each(), which is removed in PHP 8
2015-07-201.4.11.4.0stablestableBSD-2-Clause
* Fix unit test on PHP 7 [cweiske]
2015-02-221.4.01.4.0stablestableBSD-2-Clause
* Change license to BSD-2-Clause
* Set minimum PHP version to 5.4.0
* Mark static methods with "static" keyword
2011-03-071.3.11.3.0stablestablePHP License
* Change the minimum PEAR installer dep to be lower
2010-12-111.3.01.3.0stablestablePHP License
* Implement Request #13140: [PATCH] to skip unknown parameters. [patch by rquadling, improved on by dufuz]
2007-06-121.2.31.2.1stablestablePHP License
* fix Bug #11068: No way to read plain "-" option [cardoe]
1.2.21.2.1stablestable2007-02-17PHP License
* fix Bug #4475: An ambiguous error occurred when specifying similar longoption name.
* fix Bug #10055: Not failing properly on short options missing required values
1.2.11.2.1stablestable2006-12-08PHP License
Fixed bugs #4448 (Long parameter values truncated with longoption parameter) and #7444 (Trailing spaces after php closing tag)
1.21.2stablestable2003-12-11PHP License
Fix to preserve BC with 1.0 and allow correct behaviour for new users
1.01.0stablestable2002-09-13PHP License
Stable release
0.110.11betabeta2002-05-26PHP License
POSIX getopt compatibility fix: treat first element of args
array as command name
0.100.10betabeta2002-05-12PHP License
Packaging fix
0.90.9betabeta2002-05-12PHP License
Initial release