mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@307150 c90b9560-bf6c-de11-be94-00142212c4b1
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: a2e72b2b3b376d7c852353a511c9a443fbffab6c Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<section xml:id="mhash.installation" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.install;
|
|
<para>
|
|
Vous aurez besoin de compiler PHP avec l'option
|
|
<option role="configure">--with-mhash[=DIR]</option>
|
|
pour activer cette extension. DIR est le chemin
|
|
du dossier d'installation de la bibliothèque MHASH.
|
|
</para>
|
|
<para>
|
|
Depuis PHP 5.3.0, l'extension mhash est émulée via l'extension
|
|
<link linkend="ref.hash">Hash</link>. Aussi, l'option permettant
|
|
de spécifier le dossier d'installation de mhash n'a plus
|
|
d'effet, et cette extension nécessite l'installation de l'extension hash
|
|
pour fonctionner.
|
|
</para>
|
|
</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
|
|
-->
|