<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'migration70.php',
    1 => 'Перехід від PHP 5.6.x до PHP 7.0.x',
    2 => 'Перехід від PHP 5.6.x до PHP 7.0.x',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Доповнення',
  ),
  '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' => 'uk',
    '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">Перехід від PHP 5.6.x до PHP 7.0.x</h1>
<h2>Зміст</h2><ul class="chunklist chunklist_appendix"><li><a href="migration70.incompatible.php">Backward incompatible changes</a></li><li><a href="migration70.new-features.php">New features</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">
  Незважаючи на те, що PHP 7.0 є новою мажорною версією, докладено зусиль, щоб
  перехід можна зробити майже &quot;безболісно&quot;. Цей випуск зосереджений на
  вилученні застарілого у попередніх версіях функціоналу та покращенні
  узгодженості мови.
 </p>
 <p class="para">
  Є <a href="migration70.incompatible.php" class="link">декілька несумісностей</a> та
  <a href="migration70.new-features.php" class="link">нововведень</a>, які потрібно
  врахувати та випробувати перед перемиканням на цю версію у виробничому
  середовищі.
 </p>

 






 






 






 






 






 






 






 






 






 







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