Subscribe to PHP Freaks RSS

PHP 7.1.0 Alpha 3 Released

syndicated from www.php.net on July 7, 2016

The PHP development team announces the immediate availability of PHP 7.1.0 Alpha 3. This release is the last alpha for 7.1.0. 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.1.0 Alpha 3 builds on previous releases with:

Iterable type.

HTTP/2 Server Push Support in ext/curl & other ext/curl improvements

Fix inconsistent behavior in $this variable

Square bracket syntax for array destructuring assignment

Create closure from callable

More precise float values.

For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.

For source downloads of PHP 7.1.0 Alpha 3 please visit the download page, Windows sources and binaries can be found on windows.php.net/qa/.

The first beta will be released on the 21st of July. You can also read the full list of planned releases on our wiki.

Thank you for helping us make PHP better.