summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.c
Commit message (Expand)AuthorAgeFilesLines
* - 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