summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* 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
| | | | | | | | Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page
* - undefine CALLBACK (btw, generic names like that should be avoided, w/o ↵Pierre Joye2011-08-191-1/+3
| | | | prefix :)
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵Pierre Joye2011-08-181-5/+5
| | | | the actual possible values are 32bit or lower only
* - Add built-in web server to CLI SAPI. See the RFC for detail.Moriyoshi Koizumi2011-06-201-0/+1602