Home >Backend Development >PHP Tutorial >The release of PHP7 is postponed and the official version is to be released on December 3_PHP Tutorial
Yesterday I saw the news on Laruence’s Weibo that the release of PHP7 has been postponed again. This may be because some bugs have been fixed after RC7. From the perspective of quality assurance, it may be released on the 26th. Release RC8. The official version of PHP7 is to be scheduled for December 3. This specific release date is still under debate, and many developers expect it to be released on time.
The following is PHP 7.0.0 RC 7 related content:
PHP 7.0.0 RC 7 is released. This version fixes 17 bugs. It is still a development preview version, please do not use it in the production environment. All PHP users are welcome to test this version, and any bugs and incompatibilities can be reported here: the bug tracking system.
PHP 7.0.0 includes the latest version of Zend Engine, including the following features:
Improved performance: PHP 7 is twice as fast as PHP 5.6
64-bit supported
Many major errors can be handled with exceptions
Old and unsupported SAPIs and extensions removed
null merge operator (??)
Combined comparison operators (<=>)
Scalar type declaration
Anonymous class