Questa versione porta con se il nuovo Zend Engine, numerosi miglioramenti e nuove features quali:
- 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
E' inoltre disponibile una guida ufficiale alla migrazione a PHP 7 mentre Bruno Skvorc su Sitepoint ha pubblicato una panoramica con parecchi riferimenti ad articoli e tool in merito