Software 42323 Published by

Sara Golemon has announced the release of the release candidate for PHP 8.0.18.



php-8.0.18RC1

- Core:
. Fixed freeing of internal attribute arguments. (Bob)
. Fixed bug GH-8070 (memory leak of internal function attribute hash). (Tim Düsterhus)
. Fixed bug GH-8160 (ZTS support on Alpine is broken). (Michael Voříšek)

- Filter:
. Fixed signedness confusion in php_filter_validate_domain(). (cmb)

- Intl:
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- MBString:
. Fixed bug GH-8208 (mb_encode_mimeheader: $indent functionality broken). (cmb)

- MySQLi:
. Fixed bug GH-8068 (mysqli_fetch_object creates inaccessible properties). (cmb)

- Pcntl:
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)

- PgSQL:
. Fixed result_type related stack corruption on LLP64 architectures. (cmb)
. Fixed bug GH-8253 (pg_insert() fails for references). (cmb)

- Sockets:
. Fixed Solaris builds. (David Carlier)

- SPL:
. Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent). (cmb)

- Standard:
. Fixed bug GH-8048 (Force macOS to use statfs). (risner)



Release php-8.0.18RC1 · php/php-src