summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-071-4/+3
* Add 308 and 426 to the HTTP response code map in the CLI server.Adam Harvey2014-06-121-0/+2
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
* Bump yearXinchen Hui2014-01-031-1/+1
* - Fixed bug #65818 (Segfault with built-in webserver and chunked transfer enc...Felipe Pena2013-10-051-0/+1
* Handle CLI server request headers case insensitively.Adam Harvey2013-09-091-10/+7
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* 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
* - add reminder for checking return valuesPierre Joye2013-03-241-0/+2
* - fix x64 issues on windows with the various time types (overflow, signed and...Pierre Joye2013-03-231-16/+43
* Added HTTP codes as of RFC 6585Jonh Wendell2013-02-171-0/+4
* 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
* update list of common Mime Types in PHP development server to support Web aud...pascalc2012-12-141-1/+4
* Implemented FR #63242 (Default error page in PHP built-in web server uses out...Xinchen Hui2012-10-101-21/+9
* Respond with 501 to unknown request methodsNiklas Lindgren2012-09-151-19/+22
* 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
* Add Moriyoshi Koizumi and I to the cli SAPI creditsXinchen Hui2012-03-111-0/+1
* CLI Server was sending "Connection: closed" instead of "Connection: close"Rasmus Lerdorf2012-03-021-1/+1
* fix usage of php_output_(de)activate; I guess this code doesn't bother about ...Michael Wallner2012-01-311-0/+11
* MFH: r322963Michael Wallner2012-01-311-2/+3
* - Year++Felipe Pena2012-01-011-1/+1
* Fix bug #60591 (Memory leak when access a non-exists file)Xinchen Hui2011-12-221-7/+35
* Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)Xinchen Hui2011-12-161-0/+1
* add $_SERVER["SERVER_NAME"] since it's handyXinchen Hui2011-12-091-0/+1
* fix memory leakXinchen Hui2011-12-091-0/+1
* Fixed bug #60477 (Segfault after two multipart/form-data POST requests)Xinchen Hui2011-12-091-0/+1
* - implement FR #60390, SERVER_PORT missingPierre Joye2011-11-251-0/+6
* Fixed bug #60159 (Router returns false, but POST is not passed to requestedXinchen Hui2011-11-151-59/+57
* Fixed bug #60189 (php logo can not be displayed)Xinchen Hui2011-11-011-1/+1
* Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)Xinchen Hui2011-11-011-1/+19
* Fixed bug #60146 (Last 2 lines of page not being output)Xinchen Hui2011-10-291-1/+1
* A better fix, sorry for previous thoughtlessness commit.Xinchen Hui2011-10-241-5/+1
* Fixed PATH_INFO of /index.php/foo/barXinchen Hui2011-10-241-4/+5
* fix memory leakXinchen Hui2011-10-231-0/+3
* Fixed bug #60112 If URI does not contain a file, index.php is not servedXinchen Hui2011-10-231-19/+47
* Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.Moriyoshi Koizumi2011-10-211-0/+6
* Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)Xinchen Hui2011-09-211-6/+7
* Remove double checking, and use MAXPATHLEN instead of a fixed lengthXinchen Hui2011-09-211-15/+4
* Change to a more appropriate nameXinchen Hui2011-09-211-2/+2