PHP 7 is officially released, PHP 7.0.0 contains the latest version of Zend Engine, including the following features:
Improved performance : PHP 7 is twice times faster than PHP 5.6
Significantly lower memory usage
Abstract syntax Tree
Supports 64-bit
Many significant errors can be handled with exception
Removed old and unsupported Sapis and extensions
Secure random number generator
Null merge operator (??)
Combining 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
For detailed improvements, see the update log.
The above describes the release of PHP 700, the speed is twice times PHP 56, including exception handling, improve the performance of the content, I hope that the PHP tutorial interested in a friend helpful.