summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* 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 #67594 - invisible colon should be stripped off header nameTjerk Meesters2014-07-121-4/+8
* 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.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
* | 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
* | Fixed bug #67079 Missing MIME types for XML/XSL filesAnatol Belski2014-04-161-0/+3
* | Bump yearXinchen Hui2014-01-031-1/+1
* | 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
* | | This is CLI web server change. Added some common MIME types to theChristopher Jones2013-11-151-0/+36
|/ /
* | 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
* | Added application/pdf to PHP CLI Web Server mime types.Christopher Jones2013-09-191-0/+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
* | PR #260: Update css for 404 pages to feel more up to date and have a consiste...Lars Strojny2013-01-141-3/+5
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2012-12-141-1/+4
|\ \ | |/
| * update list of common Mime Types in PHP development server to support Web aud...pascalc2012-12-141-1/+4
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-21/+9
|\ \ | |/
| * Implemented FR #63242 (Default error page in PHP built-in web server uses out...Xinchen Hui2012-10-101-21/+9
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-09-151-19/+22
|\ \ | |/
| * Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-19/+22
* | Merge branch 'pull-request/132'Stanislav Malyshev2012-08-051-29/+27
|\ \ | |/ |/|
| * Removed Logo GUIDs and replaced with Data URIs and div hidden with JSAndrew Faulds2012-07-141-29/+27
* | Implemented FR #62700 (have the console output 'Listening on http://localhost...Xinchen Hui2012-07-311-1/+1
* | Improve error message for ssl requestXinchen Hui2012-07-221-1/+5
|/
* Fix potential leak in cli serverstealth352012-06-161-0/+3
* Implemented FR #61977 (Need CLI web-server support for files with .htm & svg ...Xinchen Hui2012-05-091-5/+7