summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli_server.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-0/+5
* Merge branch 'PHP-8.0'Nikita Popov2021-02-041-59/+47
|\
| * Fix CLI server worker supportNikita Popov2021-02-041-59/+47
* | Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* | Fix [-Wduplicated-branches] in CLI SAPIGeorge Peter Banyard2020-10-091-5/+1
|/
* Support ephemeral ports in debug serverSara Golemon2020-09-171-35/+65
* Simplify error type filtertwosee2020-09-101-12/+6
* Support cli_server.color on WindowsChristoph M. Becker2020-08-281-2/+10
* Merge branch 'PHP-7.4'Christoph M. Becker2020-07-271-2/+11
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-271-2/+11
| |\
| | * Fix #77932: File extensions are case-sensitiveChristoph M. Becker2020-07-271-2/+11
| * | Apply tidy formattingNikita Popov2020-02-031-5/+5
* | | Add stubs for SAPIsMáté Kocsis2020-07-101-8/+7
* | | Remove proto comments from C filesMax Semenik2020-07-061-4/+2
* | | Constify char * arguments of APIstwosee2020-06-081-3/+3
* | | Fix expression warnings and break warningstwosee2020-06-071-1/+1
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-1/+2
* | | Add quiet parameter to internal HTML entities APINikita Popov2020-05-071-1/+1
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-7/+7
* | | Use clean shutdown on uncaught exceptionNikita Popov2019-10-111-2/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Introduce zend_stream_init_filename()Nikita Popov2019-07-161-10/+2
* | improvements to cli serverJoe Watkins2019-07-031-133/+170
* | implement support for workers in cli-server on platforms supporting forkJoe Watkins2019-06-291-6/+104
* | Include the request method in CLI server logsSimon Welsh2019-05-021-1/+1
* | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-0/+1
* | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-2/+2
* | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-3/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-03-251-6/+5
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-03-251-6/+5
| |\
| | * Fix #77794: Incorrect Date header format in built-in serverNiklas Keller2019-03-251-6/+5
* | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-3/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-121-2/+6
|\ \ \ | |/ /
| * | Fixed bug #77722Nikita Popov2019-03-121-2/+6
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Remove HAVE_TIME_HPeter Kokot2018-09-211-4/+0
|/ /
* | 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