master
Add so_reuseaddr stream socket context option
Fix GH-8157: post_max_size evaluates .user.ini too late in php-fpm
Autotools: Move PHP_ODBC_* defines to configuration header (#15708)
Use win32 glob implementation on all platforms (#18164)
Merge branch 'PHP-8.4' into PHP-8.5
Implement GH-15483: Use C23 memset_explicit() for ZEND_SECURE_ZERO() if available (#18713)
Merge branch 'PHP-8.3'
Mark various functions with void arguments.
zend_API: Remove `CHECK*NULL_PATH` (#20155)
remove safe_mode leftovers (#19552)
Fix i386 release build warning
Update http->https in license (#6945)
Merge branch 'PHP-8.5'
main: Add `PHP_BUILD_PROVIDER` userland constant (#19157)
network: on freebsd using SO_REUSEPORT_LB for a better distribution.
Revert "Deprecate returning non-string values from a user output handler (#18932)" (#20455)
Remove PHP_HAVE_STREAMS (#20508)
Remove redundant PCRE_STATIC definition (#18952)
Fix missing strnlen symbol on Solaris 10 (#19109)
Fix Alpine build (#18616)
Use zend_string API for mail.cr_lf_mode validation (#19759)
main/php_ini: various minor refactorings (#19339)
sapi/*: move duplicate "--define" code to library
Refresh zend_mm shadow key on fork
Preferably include from build dir (#13516)
Quote when adding to connection string in (PDO_)ODBC
Merge branch 'PHP-8.3' into PHP-8.4
Deprecate producing output in a user output handler (#19067)
Fix some leaks in php_scandir
streams: use an enum for return type of _php_stream_make_seekable()
Make globals const (part 2) (#10610)
Fix strict prototype for php_closelog
main: Voidify php_startup_ticks() (#17479)
core: Warn when non-representable floats are coerced to int (#19760)
Various return types and values consolidation (#19418)
PHP 8.5 is now for PHP 8.5.1-dev
Remove unused includes of php_random.h (#13131)
Fix -Wenum-int-mismatch warnings on gcc 13
Update http links to https and sync www.php.net URLs (#14854)
Remove conditional checks for ssize_t type (#18996)
Remove HAVE_INTMAX_T and SIZEOF_INTMAX_T (#18971)
Revert GH-10220
strlcpy/strlcat update to last openbsd version.