summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove remnants of TSMRLS_* macro callsThomas Punt2017-01-181-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Don't copy mime types in CLI serverNikita Popov2016-08-091-6/+2
* Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router...Xinchen Hui2016-06-241-4/+1
* Merge branch 'PHP-5.6.19' into PHP-7.0.4Stanislav Malyshev2016-03-011-1/+1
|\
| * fix ts buldphp-5.6.19RC1Anatol Belski2016-02-181-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-141-0/+13
|\ \ | |/
| * Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bugAnatol Belski2016-02-141-0/+13
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Added support for HTTP 451Julien Pauli2015-12-231-0/+1
* | Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).Adam Harvey2015-12-011-0/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-09-051-2/+2
|\ \ | |/
| * Fix #68291: 404 on urls with '+'Christoph M. Becker2015-09-051-2/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-141-0/+12
|\ \ | |/
| * Fix #70264: CLI server directory traversalChristoph M. Becker2015-08-141-0/+12
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-091-0/+3
|\ \ | |/
| * Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPEwusuopu2015-08-091-0/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-11/+11
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-271-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
* | cleanup more redundant S_IS* declarationsAnatol Belski2015-05-251-4/+0
* | Drop zend_indent() as it was never used, complete or workingKalle Sommer Nielsen2015-03-271-1/+0
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | remove useless condition (same as headers_list())Anatol Belski2015-02-131-3/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | Fix bug #68784Rasmus Lerdorf2015-01-091-1/+1
* | Merge branch 'PHP-5.6'Adam Harvey2015-01-061-0/+5
|\ \ | |/
| * 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
* | | Unify HTTP status code mapsAndrea Faulds2014-12-211-56/+6
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-115/+115
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-2/+2
|\ \ \
| * | | Fix php cli (-S option) inconsistent port parsingnil0x422014-11-301-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-5/+6
|\ \ \ \ | |/ / /
| * | | fix var usage only when unistd.h availableAnatol Belski2014-11-101-0/+2
| * | | cleanup unused variableAnatol Belski2014-11-101-1/+0
| * | | do portable socket checksAnatol Belski2014-11-101-4/+4
* | | | moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+3
* | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-1/+0
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-131-5/+35
|\ \ \ \ | |/ / /
| * | | fix several datatype mismatch warningsAnatol Belski2014-10-131-5/+35
* | | | cleanup direct tsrm_ls passingAnatol Belski2014-09-261-9/+1
* | | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-7/+7
* | | | basic windows fixAnatol Belski2014-09-221-2/+0