<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'migration71.deprecated.php',
    1 => 'Deprecated features in PHP 7.1.x',
    2 => 'Deprecated features in PHP 7.1.x',
  ),
  'up' => 
  array (
    0 => 'migration71.php',
    1 => 'Migrating from PHP 7.0.x to PHP 7.1.x',
  ),
  'prev' => 
  array (
    0 => 'migration71.incompatible.php',
    1 => 'Backward incompatible changes',
  ),
  'next' => 
  array (
    0 => 'migration71.changed-functions.php',
    1 => 'Changed functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Deprecated features in PHP 7.1.x</h2>

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

  <p class="para">
   The mcrypt extension has been abandonware for nearly a decade now, and was
   also fairly complex to use. It has therefore been deprecated in favour of
   OpenSSL, where it will be removed from the core and into PECL in PHP 7.2.
  </p>
 </div>

 <div class="sect2" id="migration71.deprecated.eval-option-for-mb-ereg-replace">
  <h3 class="title">Eval option for <span class="function"><a href="function.mb-ereg-replace.php" class="function">mb_ereg_replace()</a></span> and <span class="function"><a href="function.mb-eregi-replace.php" class="function">mb_eregi_replace()</a></span></h3>

  <p class="para">
   The <code class="literal">e</code> pattern modifier has been deprecated for the
   <span class="function"><a href="function.mb-ereg-replace.php" class="function">mb_ereg_replace()</a></span> and
   <span class="function"><a href="function.mb-eregi-replace.php" class="function">mb_eregi_replace()</a></span> functions.
  </p>
 </div>
</div><?php manual_footer($setup); ?>