mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 08:52:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@350211 c90b9560-bf6c-de11-be94-00142212c4b1
65 lines
1.9 KiB
XML
65 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 2d84d3e006fb824b80f8250c4e3818ff885c4643 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<section xml:id="recode.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
|
|
<section xml:id="recode.installation.php74">
|
|
<title>PHP 7.4</title>
|
|
<para>
|
|
&pecl.moved-ver;7.4.0
|
|
</para>
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;recode">&url.pecl.package;recode</link>.
|
|
</para>
|
|
</section>
|
|
|
|
<section xml:id="recode.installation.phplt74">
|
|
<title>PHP < 7.4</title>
|
|
<para>
|
|
Pour utiliser les fonctions définies dans ce module PHP doit être compilé
|
|
avec l'option<option role="configure">--with-recode[=DIR]</option>.
|
|
</para>
|
|
<warning>
|
|
<para>
|
|
Des crashs et des problèmes de démarrage de PHP
|
|
peuvent être rencontrés lorsque l'extension recode est chargée
|
|
<emphasis role="strong">après</emphasis> les extensions
|
|
<link linkend="ref.mysql">MySQL</link> ou
|
|
<link linkend="ref.imap">imap</link>.
|
|
Charger l'extension recode avant ces deux extensions corrige
|
|
le problème. Ceci est dû à un problème technique car la bibliothèque
|
|
c-client de IMAP et recode ont toutes les deux leur propre fonction
|
|
<literal>hash_lookup()</literal> et les extensions mysql et recode
|
|
ont toutes les deux leur fonction <literal>hash_insert</literal>.
|
|
</para>
|
|
</warning>
|
|
&warn.imaprecodeyaz;
|
|
</section>
|
|
</section>
|
|
|
|
|
|
<!-- 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
|
|
-->
|
|
|