<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'migration70.php',
    1 => 'Migration von PHP 5.6.x nach PHP 7.0.x',
    2 => 'Migration von PHP 5.6.x nach PHP 7.0.x',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Anhang',
  ),
  'prev' => 
  array (
    0 => 'migration71.windows-support.php',
    1 => 'Windows-Unterst&uuml;tzung',
  ),
  'next' => 
  array (
    0 => 'migration70.incompatible.php',
    1 => 'Nicht abw&auml;rtskompatible &Auml;nderungen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Migration von PHP 5.6.x nach PHP 7.0.x</h1>
<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_appendix"><li><a href="migration70.incompatible.php">Nicht abw&auml;rtskompatible &Auml;nderungen</a></li><li><a href="migration70.new-features.php">Neue Features</a></li><li><a href="migration70.deprecated.php">Veraltete Features in PHP 7.0.x</a></li><li><a href="migration70.changed-functions.php">Ge&auml;nderte Funktionen</a></li><li><a href="migration70.new-functions.php">Neue Funktionen</a></li><li><a href="migration70.classes.php">Neue Klassen und Interfaces</a></li><li><a href="migration70.constants.php">Neue globale Konstanten</a></li><li><a href="migration70.sapi-changes.php">&Auml;nderungen in SAPI-Modulen</a></li><li><a href="migration70.removed-exts-sapis.php">Entfernte Erweiterungen und SAPIs</a></li><li><a href="migration70.other-changes.php">Sonstige &Auml;nderungen</a></li></ul>


 <p class="para">
  Obwohl PHP 7.0 eine neue Hauptversion darstellt, wurde viel Wert auf eine
  einfache Migration gelegt. In dieser Version wurden hauptsächlich vorher als
  missbilligt markierte Funktionalität entfernt und die Sprachkonsistenz
  erhöht.
 </p>
 <p class="para">
  Trotzdem gibt es
  <a href="migration70.incompatible.php" class="link">kleinere Inkompatibilitäten</a>
  und <a href="migration70.new-features.php" class="link">neue Features</a>, auf die
  geachtet werden muss und verschiedene Tests erforderlich machen, bevor in
  Produktivumgebungen auf eine andere PHP-Version gewechselt werden kann.
 </p>

 







 







 







 







 







 







 







 







 







 








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