Files
doc-fr/appendices/migration71/deprecated.xml
dem b24d2544e2 Fix some typos
Update appendices/migration71/other-changes.xml

Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>

Update appendices/migration72/new-features.xml

Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>

Update appendices/migration71/other-changes.xml

Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>

Update appendices/migration72/new-features.xml

Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>
2021-04-28 12:51:10 +01:00

51 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7583c04ddc22338056e87ca972d6b7221af86422 Maintainer: jbnahan Status: ready -->
<!-- Reviewed: yes Maintainer: girgias -->
<!-- CREDITS: DAnnebicque -->
<sect1 xml:id="migration71.deprecated">
<title>Les fonctionnalités dépréciées dans PHP 7.1.x</title>
<sect2 xml:id="migration71.deprecated.ext-mcrypt">
<title>ext/mcrypt</title>
<para>
L'extension mcrypt a été abandonnée pendant près d'une décennie maintenant, et était
également assez complexe à utiliser. Elle a donc été dépréciée en faveur de
OpenSSL, et elle sera retirée du noyau et dans PECL en PHP 7.2.
</para>
</sect2>
<sect2 xml:id="migration71.deprecated.eval-option-for-mb-ereg-replace">
<title>L'options Eval pour <function>mb_ereg_replace</function> et <function>mb_eregi_replace</function></title>
<para>
Le modificateur de motif <literal>e</literal> a été déprécié pour les fonctions
<function>mb_ereg_replace</function> et
<function>mb_eregi_replace</function>.
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->