This version of the page http://ua2.php.net/migration70 (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2016-03-16. The original page over time could change.
PHP: Migrating from PHP 5.6.x to PHP 7.0.x - Manual
PHPTour 2016
Edit Report a Bug

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 focusses 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.

See also the migration guides for PHP versions 5.0.x, 5.1.x, 5.2.x, 5.3.x, 5.4.x, 5.5.x and 5.6.x.

add a note

User Contributed Notes

There are no user contributed notes for this page.