The first beta version of PHP 8.1.0 has been released for testing.
22 Jul 2021, PHP 8.1.0beta1
- Core:
. Fixed bug #81238 (Fiber support missing for Solaris Sparc). (trowski)
. Fixed bug #81237 (Comparison of fake closures doesn't work). (krakjoe)
- Opcache:
. Fixed bug #81225 (Wrong result with pow operator with JIT enabled). (Dmitry)
. Fixed bug #81249 (Intermittent property assignment failure with JIT enabled). (Dmitry)
. Fixed bug #81256 (Assertion `zv != ((void *)0)' failed for "preload" with JIT). (Dmitry)
- Reflection:
. Fixed bug #80097 (ReflectionAttribute is not a Reflector). (beberlei)
- Standard:
. Fixed bug #81111 (Serialization is unexpectedly allowed on anonymous classes with __serialize()). (Nikita)