summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown f...Nikita Popov2018-01-121-14/+16
* year++Xinchen Hui2018-01-021-1/+1
* Fixed bug #73830 Directory does not exist.Anatol Belski2017-11-281-0/+20
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-141-4/+12
|\
| * Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-141-4/+12
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-10-151-16/+14
|\ \ | |/
| * Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown function)Xinchen Hui2017-10-151-16/+14
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-0/+3
|\ \ | |/
| * Add missing null terminationNikita Popov2017-09-051-0/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-26/+84
|\ \ | |/
| * Fixed bug #70470Bouke van der Bijl2017-09-051-26/+84
* | 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
* | 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