Saturday, December 12, 2015

PHP 7 is out, start developing with PHP 7

This is a major version of PHP in years. PHP 7 has numerous improvements and new features with the new version of ZEND engine.

Importantly the code can be downloaded from here.

For Windows there are versions for IIS as well as APACHE. Find more information and downloads here.
http://windows.php.net/download#php-7.0

Note:
The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed
- The VC14 builds require to have the Visual C++ Redistributable for Visual Studio 2015 x86 or x64 installed

See what you get if you ue PHP 7.0:

 . PHP 7 is up to twice as fast as PHP 5.6
•Significantly reduced memory usage
•Abstract Syntax Tree
•Consistent 64-bit support
•Improved Exception hierarchy
•Many fatal errors converted to Exceptions
•Secure random number generator
•Removed old and unsupported SAPIs and extensions
•The null coalescing operator (??)
•Return and Scalar Type Declarations
•Anonymous Classes
•Zero cost asserts

The best open source software for you to develop and prosper. It almost looks like a Christmas Gift!

No comments:

DMCA.com Protection Status