<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration71.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'migration71.deprecated.php',
    1 => 'PHP 7.1.x で推奨されなくなる機能',
    2 => 'PHP 7.1.x で推奨されなくなる機能',
  ),
  'up' => 
  array (
    0 => 'migration71.php',
    1 => 'PHP 7.0.x から PHP 7.1.x への移行',
  ),
  'prev' => 
  array (
    0 => 'migration71.incompatible.php',
    1 => '下位互換性のない変更点',
  ),
  'next' => 
  array (
    0 => 'migration71.changed-functions.php',
    1 => '変更された関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'appendices/migration71/deprecated.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration71.deprecated" class="sect1">
 <h2 class="title">PHP 7.1.x で推奨されなくなる機能</h2>

 <div class="sect2" id="migration71.deprecated.ext-mcrypt">
  <h3 class="title">ext/mcrypt</h3>

  <p class="para">
   mcrypt 拡張モジュールは十年近くにわたって放置されており、極めて使いづらいものです。
   そこで、この拡張モジュールを非推奨にしました。かわりに OpenSSL を使いましょう。
   mcryptは PHP 7.2 でコアから削除されて、PECL に移る予定です。
  </p>
 </div>

 <div class="sect2" id="migration71.deprecated.eval-option-for-mb-ereg-replace">
  <h3 class="title"><span class="function"><a href="function.mb-ereg-replace.php" class="function">mb_ereg_replace()</a></span> と <span class="function"><a href="function.mb-eregi-replace.php" class="function">mb_eregi_replace()</a></span> の eval オプション</h3>

  <p class="para">
   <span class="function"><a href="function.mb-ereg-replace.php" class="function">mb_ereg_replace()</a></span> と
   <span class="function"><a href="function.mb-eregi-replace.php" class="function">mb_eregi_replace()</a></span> で、
   パターン修飾子 <code class="literal">e</code> が非推奨となりました。
  </p>
 </div>
</div><?php manual_footer($setup); ?>