summaryrefslogtreecommitdiff
path: root/sapi/cli/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* - Added common getopt implementation to core.Jani Taskinen2007-10-011-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 optionsAntony Dovgal2007-04-231-1/+2
|
* - Merge getopt fixes from re2cMarcus Boerger2007-04-221-1/+3
|
* - Fix handling of not existing long CLI optionsJohannes Schlüter2007-03-221-1/+6
|
* - Fix issue with long form of command line switchesMarcus Boerger2007-03-211-12/+12
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - 2004 -> 2005foobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Added missing CVS Id tagsfoobar2003-04-161-0/+2
|
* - Allow long option namesMarcus Boerger2003-02-161-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 usedSascha Schumann2002-05-041-2/+0
|
* Add a note that this statement will never be reached.Jon Parise2002-01-271-1/+1
|
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-061-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.