summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-04-111-5/+13
* Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-35/+2
* Merge branch 'PHP-7.1'Joe Watkins2017-01-181-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-181-1/+1
| |\
| | * Remove remnants of TSMRLS_* macro callsThomas Punt2017-01-181-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-3/+3
|/ /
* | Better fix for bug #73360Anatol Belski2016-10-211-3/+3
* | Revert "Fixed bug #73360 Unable to work in root with unicode chars"Anatol Belski2016-10-211-3/+3
* | Fixed bug #73360 Unable to work in root with unicode charsAnatol Belski2016-10-211-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-08-091-6/+2
|\ \ | |/
| * Don't copy mime types in CLI serverNikita Popov2016-08-091-6/+2
* | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-2/+2
* | Merge branch 'PHP-7.0'Xinchen Hui2016-06-241-4/+1
|\ \ | |/
| * Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify router...Xinchen Hui2016-06-241-4/+1
* | Fixed compilation warningsDmitry Stogov2016-06-211-2/+10
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Improved support for zend-signals.Dmitry Stogov2016-06-201-0/+1
* | improve date header codeAnatol Belski2016-06-021-15/+17
* | Added mandatory Date: header to built-in webserverSeeSchloss2016-06-021-0/+8
|/
* 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
| |\