<?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 => 'migration56.php',
    1 => 'Migration von PHP 5.5.x auf PHP 5.6.x',
    2 => 'Migration von PHP 5.5.x auf PHP 5.6.x',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Anhang',
  ),
  'prev' => 
  array (
    0 => 'migration70.other-changes.php',
    1 => 'Sonstige &Auml;nderungen',
  ),
  'next' => 
  array (
    0 => 'migration56.incompatible.php',
    1 => 'Nicht abw&auml;rtskompatible &Auml;nderungen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'appendices/migration56.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/migration56.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration56" class="appendix">
 <h1 class="title">Migration von PHP 5.5.x auf PHP 5.6.x</h1>
<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_appendix"><li><a href="migration56.incompatible.php">Nicht abw&auml;rtskompatible &Auml;nderungen</a></li><li><a href="migration56.new-features.php">Neue Features</a></li><li><a href="migration56.deprecated.php">Missbilligte Features in PHP 5.6.x</a></li><li><a href="migration56.changed-functions.php">Ge&auml;nderte Funktionen</a></li><li><a href="migration56.new-functions.php">Neue Funktionen</a></li><li><a href="migration56.openssl.php">OpenSSL &Auml;nderungen in PHP 5.6.x</a></li><li><a href="migration56.extensions.php">Sonstige &Auml;nderungen bei Extensions</a></li><li><a href="migration56.constants.php">Neue globale Konstanten</a></li></ul>


 <p class="para">
  Die meisten Verbesserungen in PHP 5.6.x haben keinen Einfluss auf bereits
  bestehenden Code. Es gibt einige
  <a href="migration56.incompatible.php" class="link">wenige Inkompatibilitäten</a>
  und <a href="migration56.new-features.php" class="link">neue Features</a>, die
  berücksichtigt werden sollten, und Code sollte getestet werden, bevor die
  PHP-Version in produktiven Umgebungen geändert wird.
 </p>

 







 







 







 







 







 







 







 







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