<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration70.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'migration70.sapi-changes.php',
    1 => 'Изменения в модулях SAPI',
    2 => 'Изменения в модулях SAPI',
  ),
  'up' => 
  array (
    0 => 'migration70.php',
    1 => 'Миграция с PHP 5.6.x на PHP 7.0.x',
  ),
  'prev' => 
  array (
    0 => 'migration70.constants.php',
    1 => 'Новые глобальные константы',
  ),
  'next' => 
  array (
    0 => 'migration70.removed-exts-sapis.php',
    1 => 'Удалённые модули и SAPI',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'appendices/migration70/sapi-changes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration70.sapi-changes" class="sect1">
 <h2 class="title">Изменения в модулях SAPI</h2>

 <div class="sect2" id="migration70.sapi-changes.fpm">
  <h3 class="title"><a href="book.fpm.php" class="link">FPM</a></h3>

  <div class="sect3" id="migration70.sapi-changes.fpm.listen">
   <h4 class="title">
    Не полностью определённый порт <a href="install.fpm.configuration.php#listen" class="link">listen</a> теперь
    слушает как IPv4, так и IPv6
   </h4>

   <p class="para">
    В PHP 5 директива <a href="install.fpm.configuration.php#listen" class="link">listen</a> содержащая только номер порта,
    приводила к прослушиванию всех интерфейсах, но только по IPv4. PHP 7
    теперь будет принимать как с IPv4, так и с IPv6.
   </p>

   <p class="para">
    Это не влияет на директивы, содержащие конкретные IP-адреса.
   </p>
  </div>
 </div>
</div><?php manual_footer($setup); ?>