summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-141-0/+67
* Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-031-0/+1
|\
| * Fixed bug #69953Christoph M. Becker2016-03-031-0/+1
* | Add "SEARCH" as supported HTTP verb.Mats Lindh2015-05-121-0/+1
|/
* unify stdint type usageMichael Wallner2013-08-061-4/+2
* Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-181-0/+1
* Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-0/+2
* - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not ...Felipe Pena2012-08-161-1/+4
* - fix buildPierre Joye2011-08-191-0/+2
* Fixed #55457 for 5.4 branchXinchen Hui2011-08-191-1/+1
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when the...Pierre Joye2011-08-181-1/+1
* - WSPierre Joye2011-08-171-2/+2
* - use provided stdint.h and avoid double definitionsPierre Joye2011-08-171-11/+1
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-0/+182