summaryrefslogtreecommitdiff
path: root/sapi/cli/php_getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* - Added common getopt implementation to core.Jani Taskinen2007-10-011-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+
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - 2004 -> 2005foobar2005-08-031-1/+1
|
* As NetWare LibC has optind and optarg macros defined in unistd.h our local ↵Anantha Kesari H Y2004-10-081-0/+7
| | | | variables were getting mistakenly preprocessed so undeffing optind and optarg
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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-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.
* @- Added CLI (command line intrerface) sapi based on a cut-down versionEdin Kadribasic2002-01-061-0/+7
@ 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.