The second beta version of PHP 8.1.0 has been released.
05 Aug 2021, PHP 8.1.0beta2
- Core:
. Fixed bug #81303 (match error message improvements). (krakjoe)
- Mbstring:
. Fixed bug #81298 (mb_detect_encoding() segfaults when 7bit encoding is specified). (Nikita)
- MySQLnd:
. Fixed bug #63327 (Crash (Bus Error) in mysqlnd due to wrong alignment). (Nikita)
- Opcache:
. Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT)
. Fixed Bug #80959 (infinite loop in building cfg during JIT compilation) (Nikita, Dmitry)
- Reflection:
. Fixed bug #80821 (ReflectionProperty::getDefaultValue() returns current value for statics). (Nikita)
. Fixed bug #80564 (ReflectionProperty::__toString() renders current value, not default value). (Nikita)
- SimpleXML:
. Fixed bug #81325 (Segfault in zif_simplexml_import_dom). (remi)