Tag Archives: PHP

PHP 7.0.0 RC 1 Released

PHP 7.0.0 RC 1 Released

The PHP development team announces the immediate availability of PHP 7.0.0 RC 1. This is the sixth pre-release of the new PHP 7 major series. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.

THIS IS A DEVELOPMENT PREVIEW – DO NOT USE IT IN PRODUCTION!
PHP 7.0.0 RC 1 contains fixes for 27 reported bugs, and altogether over 200 commits with various stability improvements for database, array, assert, streams and other functionality.

PHP 7.0.0 comes with new version of the Zend Engine with features such as (incomplete list):

    • – Improved performance: PHP 7 is up to twice as fast as PHP 5.6

 

    • – Consistent 64-bit support

 

    • – Many fatal errors are now Exceptions

 

    • – Removal of old and unsupported SAPIs and extensions

 

    • – The null coalescing operator (??)

 

    • – Combined comparison Operator (<=>)

 

    • – Return Type Declarations

 

    • – Scalar Type Declarations

 

    – Anonymous Classes

http://php.net/archive/2015.php#id2015-08-21-1

Symfony achieves 100% PHP7 compatibility

Symfony achieves 100% PHP7 compatibility

PHP7, the new version of the programming language Symfony is built with, will be released at the end of the year. The recent release of its third beta has brought us another step closer to the final stable release.

During these last past months, we’ve been working very hard to achieve full PHP7 compatibility. This effort accelerated during the past weeks and we’re glad to announce that all Symfony maintained branches are now 100% compatible with PHP7.

http://symfony.com/blog/symfony-achieves-100-php7-compatibility