Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 1 | -39/+0 |
| | | | | | | | | - Added long-option feature to getopt(). - Made getopt() available on win32 systems. Patch by: David Soria Parra <dsp@php.net> [DOC]: These changes will be available from 5.3+ | ||||
* | MFB: sync getopt from CLI | foobar | 2007-04-15 | 1 | -0/+9 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - 2004 -> 2005 | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - 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? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 1 | -4/+27 |
| | | | | | | | | | | - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing. | ||||
* | There is no need to declare ap_php_(opterr|optopt) with external linkage | Sascha Schumann | 2001-02-21 | 1 | -2/+0 |
| | | | | | | | as they are not used outside of getopt.c. PR: #9364 | ||||
* | More abstraction | Zeev Suraski | 2000-02-10 | 1 | -3/+3 |
| | |||||
* | Always use getopt with CGI, never use it for anything else | Zeev Suraski | 2000-02-10 | 1 | -0/+9 |