summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* - fix buildPierre Joye2011-08-191-0/+2
|
* Fixed #55457 for 5.4 branchXinchen Hui2011-08-191-1/+1
| | | | | Use ssize_t instead of long (as pierre suggestion)
* - do not use 64bit integer instead of size_t (can't be alloc'ed), or when ↵Pierre Joye2011-08-181-1/+1
| | | | the actual possible values are 32bit or lower only
* - 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