Scripting Language Php Releases Php 7.0.0

PHP is a scripting language that can power everything from a blog to a website. On 03-12-2015. the PHP development team announced the immediate availability of PHP 7.0.0. This marks the start of a new major PHP series, bringing faster response time and the ability to serve more users, the team said.

Features:

PHP 7 also comes with a new version of the Zend Engine, as well as several other improvements like:

  • Improved performance: 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

Zend, has been using PHP from the beginning, and it said this new release will bring performance improvements that Web developers can benefit from.

The Zend team has been working on making it easier for programmers to develop, debug, monitor and deploy modern Web and mobile app in PHP 7. Developers can now use Z-Ray, a new debugging and productivity tool, on PHP 7 code.