Home > Backend Development > PHP Tutorial > PHP 7.0.0 officially released, twice as fast as PHP 5.6_PHP Tutorial

PHP 7.0.0 officially released, twice as fast as PHP 5.6_PHP Tutorial

WBOY
Release: 2016-07-12 09:03:43
Original
884 people have browsed it

PHP 7.0.0 is officially released, twice as fast as PHP 5.6

PHP 7 is officially released. 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

  • Significantly reduces memory usage

  • Abstract syntax tree

  • 64-bit supported

  • Many major errors can be handled with exceptions

  • Old and unsupported SAPIs and extensions removed

  • Secure random number generator

  • null merge operator (??)

  • Combined comparison operators (<=>)

  • Scalar type declaration

  • Anonymous class

Download:

  • php-7.0.0.tar.bz2 (sig) [13,648Kb]

  • php-7.0.0.tar.gz (sig) [17,797Kb]

  • php-7.0.0.tar.xz (sig) [11,213Kb]

  • Windows downloads

Please see the update log for detailed improvements.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1078010.htmlTechArticlePHP 7.0.0 is officially released, twice as fast as PHP 5.6 PHP 7 is officially released, PHP 7.0.0 includes The latest version of Zend Engine, including the following features: Improved performance: PHP 7 is as fast as PHP 5.6...
Related labels:
source:php.cn
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