master
zend_compile: Deprecate backticks as an alias for `shell_exec()` (#19443)
cli: allow to change ~/.php_history with PHP_HISTFILE
Open STDIN and php://stdin streams with the relevant wrapper when the file descriptor is a socket (inetd, etc) Fixes bug #43731
Fix GH-10489: run-tests.php does not escape path when building cmd (#10560)
Implement GH-10024: support linting multiple files at once using php -l
Merge branch 'PHP-7.4'
Run tidy
Add php_cli_server_connect() helper
Use ephemeral port in more server tests
Fixed bug #62294
Fix #64878: 304 responses return Content-Type header
Avoid accessing undefined index in CLI server test
Sync leading and final newlines in *.phpt sections
Fixed bug #67741 (auto_prepend_file messes up __LINE__)
Fixed bug #69953
Fixed bug #70006 (cli - function with default arg = STDOUT crash output).
Make http stream wrapper advertise HTTP/1.1 by default
Fix #73630: Built-in Weberver - overwrite $_SERVER['request_uri']
Fix new test for PHP 8
Fixed bug #77561
Make OPcache non-optional
Fix #81305: Built-in Webserver Drops Requests With "Upgrade" Header
fix mac tests on azure
Check ps -p availability in process title test
Use EXPECT instead of EXPECTF when possible
Refactor (again) CLI SAPI server_client struct to use zend_string* (#8605)
Switch asan build to Ubuntu 23.04 in Docker
php_cli_server: ensure single date header is present
Fix missing syntax error message in cli-server router script
Fix GH-16137: "Deduplicate" http headers values but Set-Cookie.
Warn on http_response_code() after header('HTTP/...')
Allow to not close stream on rscr dtor in php cli sapi
Deprecate returning non-string values from a user output handler (#18932)
Fix GHSA-4w77-75f9-2c8w
Cleanup temp file
Trim trailing whitespace in *.phpt
Make SERVER_SOFTWARE compliant with RFC3875 (#11093)
Fix #77372: Retain full path of files for directory uploads (#6917)
Support index.php fallback for files in built-in server
Fix GH-17956 Internal dev server 404 page is not responsive
Fix #67792: HTTP Authorization schemes are treated as case-sensitive
Mark test as ONLINE (#19776)
Fix GH-19461: Improve error message on listening error with IPv6 (#19462)
[skip ci] Skip php_cli_server_pdeathsig.phpt if pgrep is missing
Fix #80092: ZTS + preload = segfault on shutdown
Skip sapi_windows_set_ctrl_handler.phpt under ASan
Fix leak+crash with sapi_windows_set_ctrl_handler()
Reindent phpt files
Fix pipe detection and stream position handling
Remove Travis artefacts (#15714)