<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'migration71.deprecated.php',
    1 => 'Les fonctionnalit&eacute;s d&eacute;pr&eacute;ci&eacute;es dans PHP 7.1.x',
    2 => 'Les fonctionnalit&eacute;s d&eacute;pr&eacute;ci&eacute;es dans PHP 7.1.x',
  ),
  'up' => 
  array (
    0 => 'migration71.php',
    1 => 'Migration de PHP 7.0.x vers PHP 7.1.x',
  ),
  'prev' => 
  array (
    0 => 'migration71.incompatible.php',
    1 => 'Modifications entra&icirc;nant une incompatibilit&eacute; ascendante',
  ),
  'next' => 
  array (
    0 => 'migration71.changed-functions.php',
    1 => 'Fonctions modifi&eacute;es',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">Les fonctionnalités dépréciées dans PHP 7.1.x</h2>

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

  <p class="para">
   L&#039;extension mcrypt a été abandonnée pendant près d&#039;une décennie maintenant, et était
   également assez complexe à utiliser. Elle a donc été dépréciée en faveur
   d&#039;OpenSSL, et sera retirée du cœur et déplacée dans PECL en PHP 7.2.
  </p>
 </div>

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

  <p class="para">
   Le modificateur de motif <code class="literal">e</code> a été déprécié pour les fonctions
   <span class="function"><a href="function.mb-ereg-replace.php" class="function">mb_ereg_replace()</a></span> et
   <span class="function"><a href="function.mb-eregi-replace.php" class="function">mb_eregi_replace()</a></span>.
  </p>
 </div>
</div><?php manual_footer($setup); ?>