1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-23 22:52:11 +01:00
Files
archived-doc-ja/reference/mhash/configure.xml

40 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a2e72b2b3b376d7c852353a511c9a443fbffab6c Maintainer: hirokawa Status: ready -->
<section xml:id="mhash.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
この拡張モジュールを使用するには、PHP に
<option role="configure">--with-mhash[=DIR]</option> パラメータを付けて
コンパイルする必要があります。DIR は mhash インストールディレクトリです。
</para>
<para>
PHP 5.3.0 以降では、
<link linkend="ref.hash">Hash</link> 拡張モジュールが
mhash 拡張モジュールの動作をエミュレートするようになりました。
そのため、mhash インストールディレクトリの指定は無意味となりました。
また、hash 拡張モジュールで mhash サポートを有効にしておく必要があります。
</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
-->