PHP Release 8.0.23


PHP 8.0.23 Release Announcement

The PHP development team announces the immediate availability of PHP 8.0.23. This is a security release.

All PHP 8.0 users are encouraged to upgrade to this version.

For source downloads of PHP 8.0.23 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 8.0.23 (tar.gz)
SHA256: a2dd50e9c4a0328d921b6bc914e8b4e6572f94f09867318f88acca5ac4fa76c7
PHP 8.0.23 (tar.bz2)
SHA256: 1412db46800a45ced377c2892ec6261b3c412f13dc133bfc998cfb2f147b40cf
PHP 8.0.23 (tar.xz)
SHA256: 65e474b6bd8cfc9d4a8a56268a755e2f9d3e7499e1687e6401a9f2b047600f87
Change Logs
core
  • Fixed incorrect double to long casting in latest clang.
dba
  • Fixed LMDB driver memory leak on DB creation failure
  • Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults).
intl
  • Fixed IntlDateFormatter::formatObject() parameter type.
opcache
  • Fixed bug GH-9033 (Loading blacklist file can fail due to negative length).
openssl
  • Fixed bug GH-9339 (OpenSSL oid_file path check warning contains uninitialized path).
pdo_sqlite
  • Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
sqlite3
  • Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values).
standard
  • Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL).
streams
  • Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata).
  • Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging).
To Top