1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
archived-doc-ja/reference/phar/setup.xml
2021-05-13 10:14:52 +09:00

71 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 184f3f7bd45643cb80f828d0bb001991ec3a5fad Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka -->
<chapter xml:id="phar.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="phar.requirements">
&reftitle.required;
<para>
オプションとして、<link linkend="book.zlib" >zlib</link> 拡張モジュールおよび
<link linkend="book.bzip2" >bzip2</link> 拡張モジュールを有効にしておくと、
圧縮された phar をサポートすることができます。
さらに、OpenSSL の署名を使用するには、<link linkend="book.openssl">OpenSSL</link>
拡張モジュールを有効にする必要があります。
</para>
<para>
<link linkend="ini.zend.multibyte">zend.multibyte</link>
が有効になっている場合、
<link linkend="ini.zend.detect-unicode">zend.detect_unicode</link>
も有効になっている必要があります。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.phar.installation;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.phar.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="phar.resources">
&reftitle.resources;
<para>
Phar 拡張モジュールで使用するリソースは <literal>phar</literal>
ストリームで、これにより、phar 内のファイルへの透過的なアクセスが可能となります。
<link linkend="phar.fileformat">Phar ファイルフォーマットについての説明</link>
も参照ください。
</para>
</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
-->