1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 23:52:16 +01:00
Files
archived-doc-ja/reference/http/setup.xml
TAKAGI Masahiro 85184370c2 Update EN-Revision.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@325220 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-16 11:01:17 +00:00

89 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 319b01713c657cc1c5f8fb67aa4c5dd8a4c25978 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,hirokawa -->
<chapter xml:id="http.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="http.requirements">
&reftitle.required;
<simpara>
<classname>HttpResponse</classname> クラスは PHP v5.1 以降が必要です。
その他のクラスは PHP v5.0 以降で使用できます。
</simpara>
<note>
<simpara>
しかし、PHP v5.0 ではいくつか使用できないメソッドがあることに注意しましょう。
</simpara>
</note>
<section xml:id="http.requirements.windows">
<title>Windows 上でのインストールのための要件</title>
<para>
<emphasis>Windows</emphasis> でこの拡張モジュールを使用するには、さらに
<link linkend="ref.hash">hash</link>, <link linkend="ref.iconv">iconv</link>
&listendand; <link linkend="ref.spl">SPL</link>
をロードする必要があります。
</para>
</section>
<section xml:id="http.requirements.nix">
<title>その他のプラットフォーム上でのインストールのための要件</title>
<para>
この拡張モジュールを <link xlink:href="&url.curl.lib;">libcurl</link> サポートつきでビルドしないと、
<emphasis>request</emphasis> 機能 (<literal>--with-http-curl-requests</literal>)
を使用することができません。ライブラリのバージョンは
<emphasis>v7.12.3</emphasis> 以降でなければなりません。
</para>
<para>
<emphasis>圧縮された</emphasis>レスポンスデータの送受信を有効にするには、
この拡張モジュールを <link xlink:href="&url.zlib;">zlib</link> サポートつきでビルドする必要があります
(<literal>--with-http-zlib-compression</literal>)。
ライブラリのバージョンは <emphasis>v1.2.2</emphasis> 以降でなければなりません。
</para>
<para>
<emphasis>Content type の推測</emphasis>を使用するには、この拡張モジュールを
<link xlink:href="&url.libmagic;">libmagic</link> サポートつきでビルドする必要があります
(<literal>--with-http-magic-mime</literal>)。
</para>
</section>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.http.install;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.http.configuration;
<!-- }}} -->
<!-- {{{ Resources -->
&reference.http.resources;
<!-- }}} -->
</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
-->