master
Merge branch 'PHP-8.4'
Add Moriyoshi Koizumi and I to the cli SAPI credits
Sync leading and final newlines in source code files
sapi/cli: Print non-default INI settings for `--ini=diff` (#17762)
Add optional php-win.exe variation of the CLI sapi. php-win.exe runs in the windows GUI subsystem, and thus has no console; stdio handles are effectively set to /dev/null and no "dos box" will appear on screen when running scripts using this sapi (php-gtk people will be familiar with this concept).
Autotools: Sync CS in sapi/cli (#15410)
Avoid duplicate build rules
Update mime-db from 1.45.0 to 1.52.0
Drop support for `-z` CLI/CGI option
main: Deprecate deriving $_SERVER['argc'] and $_SERVER['argv'] from the query string (#19606)
sapi/cli: Refactor process title setting code (#17177)
Update http->https in license (#6945)
Add stubs for SAPIs
Do not generate frameless info items when func info generation is disabled
Merge branch 'PHP-8.4' into PHP-8.5
Merge branch 'PHP-7.4' into PHP-8.0
Preferably include from build dir (#13516)