summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix expression warnings and break warningstwosee2020-06-071-1/+1
* Fix [-Wundef] warning in CLI SAPIGeorge Peter Banyard2020-05-121-1/+1
* Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-04-111-69/+0
* Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-031-1/+4
|\
| * Fixed bug #69953Christoph M. Becker2016-03-031-1/+4
* | http parser code assumes char is signedAnton Blanchard2015-07-061-1/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-2/+9
|\ \ | |/
| * Fixed #69655: php -S changes MKCALENDAR request method to MKCOLChristoph M. Becker2015-06-271-2/+9
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Add comment about SEARCH HTTP Verb being possible as wellMats Lindh2015-05-121-2/+1
* | Add "SEARCH" as supported HTTP verb.Mats Lindh2015-05-121-0/+3
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | fix signed/unsigned mismatch warningAnatol Belski2014-10-101-2/+5
|/
* Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-181-0/+3
* Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-3/+4
* - undefine CALLBACK (btw, generic names like that should be avoided, w/o pref...Pierre Joye2011-08-191-1/+3
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the...Pierre Joye2011-08-181-5/+5
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-0/+1602