<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/appendices.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'migration70.php',
    1 => 'Migrating from PHP 5.6.x to PHP 7.0.x',
    2 => 'Migrating from PHP 5.6.x to PHP 7.0.x',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Appendici',
  ),
  'prev' => 
  array (
    0 => 'migration71.windows-support.php',
    1 => 'Windows Support',
  ),
  'next' => 
  array (
    0 => 'migration70.incompatible.php',
    1 => 'Backward incompatible changes',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/migration70.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/migration70.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration70" class="appendix">
 <h1 class="title">Migrating from PHP 5.6.x to PHP 7.0.x</h1>
<h2>Indice dei contenuti</h2><ul class="chunklist chunklist_appendix"><li><a href="migration70.incompatible.php">Backward incompatible changes</a></li><li><a href="migration70.new-features.php">Nuove funzionalit&agrave;</a></li><li><a href="migration70.deprecated.php">Deprecated features in PHP 7.0.x</a></li><li><a href="migration70.changed-functions.php">Changed functions</a></li><li><a href="migration70.new-functions.php">New functions</a></li><li><a href="migration70.classes.php">New Classes and Interfaces</a></li><li><a href="migration70.constants.php">New Global Constants</a></li><li><a href="migration70.sapi-changes.php">Changes in SAPI Modules</a></li><li><a href="migration70.removed-exts-sapis.php">Removed Extensions and SAPIs</a></li><li><a href="migration70.other-changes.php">Other Changes</a></li></ul>


 <p class="para">
  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.
 </p>
 <p class="para">
  There are a <a href="migration70.incompatible.php" class="link">few incompatibilities</a>
  and <a href="migration70.new-features.php" class="link">new features</a> that should
  be considered, and code should be tested before switching PHP versions in
  production environments.
 </p>

 






 






 






 






 






 






 






 






 






 







</div>
<?php manual_footer($setup); ?>