Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added common getopt implementation to core. | Jani Taskinen | 2007-10-01 | 1 | -164/+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+ | ||||
* | fix long options | Antony Dovgal | 2007-04-23 | 1 | -1/+2 |
| | |||||
* | - Merge getopt fixes from re2c | Marcus Boerger | 2007-04-22 | 1 | -1/+3 |
| | |||||
* | - Fix handling of not existing long CLI options | Johannes Schlüter | 2007-03-22 | 1 | -1/+6 |
| | |||||
* | - Fix issue with long form of command line switches | Marcus Boerger | 2007-03-21 | 1 | -12/+12 |
| | |||||
* | 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 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Added missing CVS Id tags | foobar | 2003-04-16 | 1 | -0/+2 |
| | |||||
* | - Allow long option names | Marcus Boerger | 2003-02-16 | 1 | -155/+136 |
| | | | | | | | | | | - 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. | ||||
* | ap_php_optopt is set but never used | Sascha Schumann | 2002-05-04 | 1 | -2/+0 |
| | |||||
* | Add a note that this statement will never be reached. | Jon Parise | 2002-01-27 | 1 | -1/+1 |
| | |||||
* | @- Added CLI (command line intrerface) sapi based on a cut-down version | Edin Kadribasic | 2002-01-06 | 1 | -0/+175 |
@ of the CGI sapi which is more suited for writing shell scripts. Some of @ the differences are: it prints no HTTP headers, displays plain text @ error messages, etc. (Edin) Added CLI (command line intrerface) sapi. # Let's see if a build expert can make this compile along # side some other sapi. |