Home > headlines > body text

PHP 8.0.0 Beta 3 has been released!

藏色散人
Release: 2020-09-16 17:22:45
forward
3805 people have browsed it

PHP 8 Beta 3 is now released. Since entering the Beta stage, PHP 8 has entered the feature freeze period and there will be no feature changes. The updates in this version are as follows:

Calendar

Fixed bug#80007 (potential type confusion in unixtojd() parameter parsing)

COM

Fixed bug#55847 (New location for DOTNET .NET 4.0 GAC)

DOM

Fixed bug# 79968 (DOMChildNode API crash on unattached nodes)

Fileinfo

Upgrade to libmagic 5.39

Opcache

Fixed bug #80030 (Optimizer segfault with isset on static property with undef dynamic class name)

The specific release cycle of PHP 8 is as follows:

PHP 8.0.0 Beta 3 has been released!

https://wiki.php.net/todo/php80

Among them, RC6 has been removed to make the plan consistent with releases from other active branches. It can also be seen that the next version RC 1 is scheduled to be released on September 17th, and the official GA date of 8.0.0 is November 26th.

It should be noted that the version in the Beta stage is not suitable for use in production.

PHP 8 is a new major version, which introduces some major changes, as well as many new features and performance improvements, including the long-awaited JIT, Union Types, Attributes and WeakMap, etc. For details, please check the previous Report:

https://www.php.cn/toutiao-453216.html

Related labels:
source:oschina.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template