Migrating from PHP 5.6.x to PHP 7.0.x
Table of Contents
- Backward incompatible changes
- New features
- Deprecated features in PHP 7.0.x
- Changed functions
- New functions
- New Classes and Interfaces
- New Global Constants
- Changes in SAPI Modules
- Removed Extensions and SAPIs
- Other Changes
Despite the fact that PHP 7.0 is a new major version, efforts have been made to make migration as painless as possible. This release focuses mainly on removing functionality deprecated in previous versions and improving language consistency.
There are a few incompatibilities and new features that should be considered, and code should be tested before switching PHP versions in production environments.