summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2015-01-061-0/+5
|\
| * Handle NULL strings in sapi_cli_server_register_variable().Adam Harvey2015-01-061-0/+5
| * Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-121-4/+8
|\ \ | |/
| * Fix #67594 - invisible colon should be stripped off header nameTjerk Meesters2014-07-121-4/+8
* | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-07-071-4/+3
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-07-071-4/+3
| |\
| | * Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-071-4/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-06-121-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-06-121-0/+2
| |\ \ | | |/
| | * Add 308 and 426 to the HTTP response code map in the CLI server.Adam Harvey2014-06-121-0/+2
* | | fix merge from php 5.5 (already fixed, differently)Remi Collet2014-06-101-5/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2014-06-101-3/+3
| |\ \ | | |/
| | * Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
| | * Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-161-0/+3
|\ \ \ | |/ /
| * | Fixed bug #67079 Missing MIME types for XML/XSL filesAnatol Belski2014-04-161-0/+3
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | cli: don't cast away const in select() timeout argumentArd Biesheuvel2013-12-091-1/+3
* | | Merge branch 'PHP-5.5' into PHP-5.6Andrea Faulds2013-11-181-0/+79
|\ \ \ | |/ /
| * | Merge branch 'CLIGetAllHeadersBackport' into PHP-5.5Andrea Faulds2013-11-181-0/+79
| |\ \
| | * | Implemented FR #65917 (getallheaders() is not supported by the built-in...)Andrea Faulds2013-11-121-0/+79
* | | | Merge branch 'PHP-5.5' into PHP-5.6Christopher Jones2013-11-151-0/+36
|\ \ \ \ | |/ / /
| * | | This is CLI web server change. Added some common MIME types to theChristopher Jones2013-11-151-0/+36
| |/ /
* | | Merge branch 'PHP-5.5'Felipe Pena2013-10-051-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-10-051-0/+1
| |\ \ | | |/
| | * - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer enc...Felipe Pena2013-10-051-0/+1
* | | Merge branch 'PHP-5.5'Christopher Jones2013-09-191-0/+1
|\ \ \ | |/ /
| * | Added application/pdf to PHP CLI Web Server mime types.Christopher Jones2013-09-191-0/+1
* | | Merge branch 'slim-postdata'Michael Wallner2013-09-171-2/+1
|\ \ \ | |/ / |/| |
| * | slim post dataMichael Wallner2013-08-271-2/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-091-10/+7
|\ \ \ | | |/ | |/|
| * | Handle CLI server request headers case insensitively.Adam Harvey2013-09-091-10/+7
* | | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-06-201-18/+34
|\ \ | |/
| * Fix the spelling of the php_cli_server_http_response_status_code_pair typedef.Adam Harvey2013-06-201-8/+8
| * Change the search in get_status_string() to correctly handle unknown codes.Adam Harvey2013-06-201-13/+29
* | Merge branch 'PHP-5.4' into PHP-5.5Pierre Joye2013-03-241-0/+2
|\ \ | |/
| * - add reminder for checking return valuesPierre Joye2013-03-241-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-231-16/+43
|\ \ | |/
| * - fix x64 issues on windows with the various time types (overflow, signed and...Pierre Joye2013-03-231-16/+43
* | Support for CLI process title (https://wiki.php.net/rfc/cli_process_title)Keyur Govande2013-03-071-0/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-02-171-0/+4
|\ \ | |/
| * Added HTTP codes as of RFC 6585Jonh Wendell2013-02-171-0/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Remi Collet2013-02-011-17/+13
|\ \ | |/
| * Fixed bug #64128 buit-in web server is broken on ppc64.Remi Collet2013-02-011-17/+13
| * Happy New YearXinchen Hui2013-01-011-1/+1