summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* TypoDavid Soria Parra2012-05-081-1/+1
* correct variable nameXinchen Hui2012-05-061-14/+14
* Make css string constantXinchen Hui2012-04-211-1/+1
* Improved performance while sending error pageXinchen Hui2012-04-211-67/+30
* Fixed bug #61461 (missing checks around malloc() calls).Ilia Alshanetsky2012-03-201-0/+10
* Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILE...Xinchen Hui2012-03-111-0/+5