1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-27 18:13:11 +02:00
Files
2026-01-18 22:23:59 +00:00

63 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a6b55f8de61955b35c83fec32651201cce4aa383 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="enchant.setup">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="enchant.requirements">
&reftitle.required;
<simpara>
このバージョンは、Dom Lachowicz による
<link xlink:href="&url.enchant;">Enchant ライブラリ</link>
の関数を使用しています。
Enchant 1.2.4 以降が必要です。
Enchant 2.0.0 以降は、PHP 8.0.0 以降でのみサポートされています。
</simpara>
<simpara>
Enchant には <link xlink:href="&url.glib;">Glib 2.6</link> 以降も必要です。
Windows 用のコンパイル済みのライブラリは
<link xlink:href="&url.glib.windows;">&url.glib.windows;</link>
にあります。
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.enchant.configure;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="enchant.resources">
&reftitle.resources;
<simpara>
PHP 8.0.0 より前のバージョンでは、
この拡張モジュールでは二種類のリソースを使用しています。ひとつは
ブローカー (バックエンドマネージャ) で、もうひとつが辞書です。
</simpara>
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->