summaryrefslogtreecommitdiff
path: root/sapi/cgi/php_getopt.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-271-30/+0
|
* - 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.
* There is no need to declare ap_php_(opterr|optopt) with external linkageSascha Schumann2001-02-211-2/+0
| | | | | | | as they are not used outside of getopt.c. PR: #9364
* More abstractionZeev Suraski2000-02-101-3/+3
|
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-101-0/+9