Software 42322 Published by

PHP 8.0.23 RC1 has been released.



php-8.0.23RC1

- Core:
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)

- DBA:
. Fixed LMDB driver memory leak on DB creation failure (Girgias)
. Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults). (cmb)

- Intl:
. Fixed IntlDateFormatter::formatObject() parameter type. (Gert de Pagter)

- OPcache:
. Fixed bug GH-9033 (Loading blacklist file can fail due to negative length). (cmb)

- PDO_SQLite:
. Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)

- SQLite3:
. Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)

- Standard:
. Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL). (Heiko Weber)

. Fixed bug GH-9296 (`ksort` behaves incorrectly on arrays with mixed keys). (Denis Vaksman)

- Streams:
. Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata). (Jakub Zelenka)
. Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging). (Jakub Zelenka, Twosee)

php-8.0.23RC1