Migrating from PHP 5.6.x to PHP 7.0.x
Table of Contents
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.