Software 42311 Published by

The first beta version of the upcoming PHP 8.0.0 is now available for testing.





PHP 8.0.0beta1

- Core:
. Fixed bug #78236 (convert error on receiving variables when duplicate [). (cmb)
. Fixed bug #79108 (Referencing argument in a function makes it a reference in the stack trace). (Nikita)
. Fixed bug #79897 (Promoted constructor params with attribs cause crash). (Deus Kane)

- Date:
. Fixed bug #60302 (DateTime::createFromFormat should new static(), not new self()). (Derick)
. Implemented FR #79903 (datetime: new format "p", same as "P" but returning "Z" for UTC). (gharlan)

- JIT:
. Fixed bug #79864 (JIT segfault in Symfony OptionsResolver). (Dmitry)
. Fixed bug #79888 (Incorrect execution with JIT enabled). (Dmitry)

- LDAP:
. Fixed memory leaks. (ptomulik)

- OCI8:
. Modernized oci_register_taf_callback() callable argument parsing implementation. (girgias)

Php73

Download PHP 8.0.0 Beta 1 from GitHub