mirror of
https://github.com/php/doc-ja.git
synced 2026-03-30 02:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@195748 c90b9560-bf6c-de11-be94-00142212c4b1
62 lines
1.8 KiB
XML
62 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision: 1.1 $ -->
|
||
<!-- EN-Revision: 1.1 Maintainer: takagi Status: ready -->
|
||
<section id="session-pgsql.installation">
|
||
&reftitle.install;
|
||
<para>
|
||
簡単なインストール手順
|
||
<itemizedlist>
|
||
<listitem>
|
||
<simpara>
|
||
<literal>tar.gz</literal> アーカイブを
|
||
<filename class="directory">php4/ext</filename> に展開します
|
||
(最新の正式リリースは、SourceForge の
|
||
<ulink url="&url.phpform;">PHP Form Extension Project</ulink>
|
||
にあります)。
|
||
</simpara>
|
||
</listitem>
|
||
<listitem>
|
||
<simpara>
|
||
新しいディレクトリを <literal>session_pgsql</literal> のように呼ぶと
|
||
すると、それを <literal>session_pgsql</literal> という名前にする
|
||
必要があります(PHP モジュールとして構築する場合を除きます)。
|
||
</simpara>
|
||
</listitem>
|
||
<listitem>
|
||
<simpara>PHP 4 では <userinput>./buildconf</userinput> を実行します。</simpara>
|
||
</listitem>
|
||
<listitem>
|
||
<simpara>
|
||
<userinput>configure</userinput>
|
||
<option role="configure">--with-session-pgsql</option>
|
||
(およびその他のオプション)を実行します。
|
||
</simpara>
|
||
</listitem>
|
||
<listitem>
|
||
<simpara><userinput>make; make install</userinput></simpara>
|
||
</listitem>
|
||
</itemizedlist>
|
||
</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:"../../../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
|
||
-->
|