The second alpha version of PHP 8.1.0 has been released for testing.
24 Jun 2021, PHP 8.1.0alpha2
- Core:
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
- Opcache:
. Fixed bug #81133 (building opcache with phpize fails). (krakjoe)
. Fixed bug #81136 (opcache header not installed). (krakjoe)
- PDO OCI:
. Fixed bug #77120 (Support 'success with info' at connection).
(Sergei Morozov)
- phpdbg:
. Fixed bug #81135 (unknown help topic causes assertion failure). (krakjoe)
- SPL:
. Fixed bug #81112 (Special json_encode behavior for SplFixedArray). (Nikita)
. Fixed bug #80945 ("Notice: Undefined index" on unset() ArrayObject
non-existing key). (Nikita)
- Standard:
. Fixed bug #81137 (hrtime breaks build on OSX before Sierra). (krakjoe)