summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old SVN keywords substitutionsPeter Kokot2018-06-161-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-7/+7
* Merge branch 'PHP-7.2'Anatol Belski2018-05-131-1/+3
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-131-1/+3
| |\
| | * Fixed bug #76333 PHP built-in server does not find files if root path contain...Anatol Belski2018-05-131-1/+3
* | | No Content-Type header if MIME type is unknownMark Seuffert2018-04-141-8/+7
* | | Merge branch 'PHP-7.2'Nikita Popov2018-01-121-14/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-01-121-14/+16
| |\ \ | | |/
| | * 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
| * | year++Xinchen Hui2018-01-021-1/+1
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-281-0/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+20
| |\ \ | | |/
| | * 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
* | | | Added exceptions for ZEND_RC_DEBUGDmitry Stogov2017-11-021-3/+6
|/ / /
* | | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-10-151-16/+14
|\ \ \ | |/ /
| * | 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.1' into PHP-7.2Nikita Popov2017-09-051-0/+3
|\ \ \ | |/ /
| * | 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.1' into PHP-7.2Nikita Popov2017-09-051-25/+83
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-09-051-26/+84
| |\ \ | | |/
| | * Fixed bug #70470Bouke van der Bijl2017-09-051-26/+84
* | | 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
|\