<?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 => 'migration72.php',
    1 => 'Перехід від PHP 7.1.x до PHP 7.2.x',
    2 => 'Перехід від PHP 7.1.x до PHP 7.2.x',
  ),
  'up' => 
  array (
    0 => 'appendices.php',
    1 => 'Доповнення',
  ),
  'prev' => 
  array (
    0 => 'migration73.windows-support.php',
    1 => 'Windows Support',
  ),
  'next' => 
  array (
    0 => 'migration72.new-features.php',
    1 => 'New features',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'appendices/migration72.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/migration72.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration72" class="appendix">
 <h1 class="title">Перехід від PHP 7.1.x до PHP 7.2.x</h1>
<h2>Зміст</h2><ul class="chunklist chunklist_appendix"><li><a href="migration72.new-features.php">New features</a></li><li><a href="migration72.new-functions.php">New functions</a></li><li><a href="migration72.constants.php">New global constants</a></li><li><a href="migration72.incompatible.php">Backward incompatible changes</a></li><li><a href="migration72.deprecated.php">Deprecated features in PHP 7.2.x</a></li><li><a href="migration72.other-changes.php">Other changes</a></li></ul>


 <p class="para">
  Ця нова мінорна версія має ряд
  <a href="migration72.new-features.php" class="link">нових можливостей</a> та
  <a href="migration72.incompatible.php" class="link">деяких несумісностей</a>, які
  потрібно врахувати та випробувати перед перемиканням на неї у виробничому
  середовищі.
 </p>

 <p class="para">
  Див. також керівництво з переходу на версії PHP
  <a href="migration70.php" class="link">7.0.x</a> та
  <a href="migration71.php" class="link">7.1.x</a>.
 </p>

 






 






 






 






 






 







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