summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* fix ts buldAnatol Belski2016-02-181-1/+1
* Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bugAnatol Belski2016-02-141-0/+13
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Added support for HTTP 451Julien Pauli2015-12-231-0/+1
* Fix #68291: 404 on urls with '+'Christoph M. Becker2015-09-051-2/+2
* Fix #70264: CLI server directory traversalChristoph M. Becker2015-08-141-0/+12
* Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPEwusuopu2015-08-091-0/+3
* Fix #64878: 304 responses return Content-Type headerChristoph M. Becker2015-06-271-0/+3
* bump yearXinchen Hui2015-01-151-1/+1
* Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* 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