Software 42311 Published by

Ben Ramsey has announced the release candidate for PHP 8.1.12 for testing.




php-8.1.12RC1 

- Core:
. Fixes segfault with Fiber on FreeBSD i386 architecture. (David Carlier)

- Fileinfo:
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files). (Anatol)

- MBString:
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in mb_ encode_mimeheader). (Alex Dowad)

- Opcache:
. Added indirect call reduction for jit on x86 architectures. (wxue1)

- Session:
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). (Girgias)

- Streams:
. Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). (Arnaud)



Release php-8.1.12RC1 · php/php-src