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/ftp/configure.xml
SUMIDA, Ippei 58612355a5 [PHP8.4] Document --with-ftp-ssl and --with-mysqlnd-ssl configure options (#171)
* --with-mysqlnd-ssl configure optionsの翻訳

* --with-ftp-sslの翻訳

* 翻訳元コミットID `EN-Revision` の更新

---------

Co-authored-by: 武田 憲太郎 <takeda@youmind.jp>
2024-11-16 18:39:13 +09:00

71 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<section xml:id="ftp.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
PHP で FTP 関数を使用するには、PHP をインストールする際に
<option role="configure">--enable-ftp</option>
オプションを追加する必要があります。
</para>
<para>
Autotoolsでは、 <option role="configure">--with-openssl</option> オプションを使用して
<literal>openssl</literal> 拡張機能とともにビルドする場合、FTP SSLサポートは自動的に有効になります。
<literal>openssl</literal> 拡張機能なしでビルドする場合は、<option role="configure">--with-ftp-ssl</option>
Autotools オプションを使用することで、明示的にFTP SSLサポートを有効にできます。
</para>
<para>
Windows 版の PHP では、
この拡張モジュールは共有モジュールとしてビルドされます。
これらの関数を使うには、&php.ini; でモジュールを有効にする必要があります。
</para>
<simplesect role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<option role="configure">--with-openssl-dir</option> Autotoolオプションは、削除され、
<literal>openssl</literal> 拡張機能なしでビルドする場合に、FTP SSLサポートを明示的に有効化する
<option role="configure">--with-ftp-ssl</option> オプションが追加されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</simplesect>
</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
-->