summaryrefslogtreecommitdiff
path: root/sapi/cli
Commit message (Expand)AuthorAgeFilesLines
* fix testStanislav Malyshev2015-08-041-2/+2
* fix testStanislav Malyshev2015-08-041-4/+7
* This test should passJohannes Schlüter2014-09-271-2/+0
* Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-072-4/+46
* Update copyright year to 2014Lior Kaplan2014-06-171-1/+1
* Add 308 and 426 to the HTTP response code map in the CLI server.Adam Harvey2014-06-122-0/+51
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
* man page: long option name is --strip, not --strippedRemi Collet2014-02-281-1/+1
* --global have be removed in 5.2Remi Collet2014-02-281-9/+0
* Bump yearXinchen Hui2014-01-034-5/+5
* - 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-092-10/+55
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Add built-in web server to invocation listLior Kaplan2013-07-141-1/+2
* Terminology: change embedded web server to built-in web server to align with ...Lior Kaplan2013-07-141-3/+3
* Align -B and -E parameter names with cli usage (begin_code and end_code)Lior Kaplan2013-07-141-8/+8
* fix typo in php man pageRemi Collet2013-07-021-1/+1
* Fixed Bug #65143 Missing php-cgi man pageRemi Collet2013-07-021-0/+2
* 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-204-13/+146
* Forgot to fix the test on 5.4Nikita Popov2013-03-281-1/+1
* Attempt to fix SKIPXinchen Hui2013-03-281-2/+7
* Fix test on Mac (\D shows up)Xinchen Hui2013-03-281-1/+1
* Add test for #64529Xinchen Hui2013-03-281-0/+62
* Document embedded server options in manpageJohannes Schlüter2013-03-241-1/+27
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-03-241-2/+2
|\
| * It's 2013, even for a manpageJohannes Schlüter2013-03-241-2/+2
| * Happy New Year~Xinchen Hui2013-01-013-4/+4
* | - 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
* | Bug #43177: If an eval() has a parse error, the overall exit status and retur...Stanislav Malyshev2013-01-011-0/+82
* | Happy New YearXinchen Hui2013-01-014-5/+5
* | update test for supported Mime Types checkingpascalc2012-12-141-133/+31
* | update list of common Mime Types in PHP development server to support Web aud...pascalc2012-12-141-1/+4
* | Fixed test sapi/cli/tests/006.phptAnatoliy Belsky2012-11-141-1/+1
* | Implemented FR #63242 (Default error page in PHP built-in web server uses out...Xinchen Hui2012-10-103-33/+21
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
* | Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserverLars Strojny2012-09-183-0/+48
* | Respond with 501 to unknown request methodsNiklas Lindgren2012-09-154-22/+71
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-051-1/+1
|\ \ | |/
* | - Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not ...Felipe Pena2012-08-161-1/+4
* | Fixed bug #62725 (Calling exit() in a shutdown function does not return the e...Xinchen Hui2012-08-021-3/+3
* | Sleep a little bit more, in some slow machine (like gcov), it will take a lit...Xinchen Hui2012-08-011-1/+1
* | Implemented FR #62700 (have the console output 'Listening on http://localhost...Xinchen Hui2012-07-311-1/+1
* | Fix Bug #62612 readline extension compilation failsJohannes Schlüter2012-07-221-0/+2
* | Improve error message for ssl requestXinchen Hui2012-07-221-1/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-271-0/+3
|\ \ | |/