Skip to content

Commit 5861235

Browse files
[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: 武田 憲太郎 <[email protected]>
1 parent d9165dc commit 5861235

File tree

2 files changed

+66
-2
lines changed

2 files changed

+66
-2
lines changed

reference/ftp/configure.xml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi -->
55
<section xml:id="ftp.installation" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.install;
@@ -9,11 +9,43 @@
99
<option role="configure">--enable-ftp</option>
1010
オプションを追加する必要があります。
1111
</para>
12+
<para>
13+
Autotoolsでは、 <option role="configure">--with-openssl</option> オプションを使用して
14+
<literal>openssl</literal> 拡張機能とともにビルドする場合、FTP SSLサポートは自動的に有効になります。
15+
<literal>openssl</literal> 拡張機能なしでビルドする場合は、<option role="configure">--with-ftp-ssl</option>
16+
Autotools オプションを使用することで、明示的にFTP SSLサポートを有効にできます。
17+
</para>
1218
<para>
1319
Windows 版の PHP では、
1420
この拡張モジュールは共有モジュールとしてビルドされます。
1521
これらの関数を使うには、&php.ini; でモジュールを有効にする必要があります。
1622
</para>
23+
24+
<simplesect role="changelog">
25+
&reftitle.changelog;
26+
<para>
27+
<informaltable>
28+
<tgroup cols="2">
29+
<thead>
30+
<row>
31+
<entry>&Version;</entry>
32+
<entry>&Description;</entry>
33+
</row>
34+
</thead>
35+
<tbody>
36+
<row>
37+
<entry>8.4.0</entry>
38+
<entry>
39+
<option role="configure">--with-openssl-dir</option> Autotoolオプションは、削除され、
40+
<literal>openssl</literal> 拡張機能なしでビルドする場合に、FTP SSLサポートを明示的に有効化する
41+
<option role="configure">--with-ftp-ssl</option> オプションが追加されました。
42+
</entry>
43+
</row>
44+
</tbody>
45+
</tgroup>
46+
</informaltable>
47+
</para>
48+
</simplesect>
1749
</section>
1850

1951
<!-- Keep this comment at the end of the file

reference/mysqlnd/install.xml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 879518c65613330fd988dfb844d54d0e79cc16f8 Maintainer: satoruyoshida Status: ready -->
3+
<!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: satoruyoshida Status: ready -->
44
<!-- Credits: mumumu -->
55
<chapter xml:id="mysqlnd.install" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66

@@ -61,6 +61,38 @@
6161
]]>
6262
</programlisting>
6363

64+
<para>
65+
Autotoolsでは、 <option role="configure">--with-openssl</option> オプションを使用して
66+
<literal>openssl</literal> 拡張機能とともにビルドする場合、 <literal>mysqlnd</literal> の拡張SSLサポートは自動的に有効になります。
67+
<literal>openssl</literal> 拡張機能なしでビルドする場合は、<option role="configure">--with-mysqlnd-ssl</option>
68+
Autotools オプションを使用することで、明示的に拡張SSLサポートを有効化できます。
69+
</para>
70+
71+
<simplesect role="changelog">
72+
&reftitle.changelog;
73+
<para>
74+
<informaltable>
75+
<tgroup cols="2">
76+
<thead>
77+
<row>
78+
<entry>&Version;</entry>
79+
<entry>&Description;</entry>
80+
</row>
81+
</thead>
82+
<tbody>
83+
<row>
84+
<entry>8.4.0</entry>
85+
<entry>
86+
<literal>openssl</literal> 拡張機能なしでビルドする場合に、拡張SSLサポートを明示的に有効にできるよう、
87+
<option role="configure">--with-mysqlnd-ssl</option> Autotools 設定オプションが、追加されました。
88+
</entry>
89+
</row>
90+
</tbody>
91+
</tgroup>
92+
</informaltable>
93+
</para>
94+
</simplesect>
95+
6496
</chapter>
6597
<!-- Keep this comment at the end of the file
6698
Local variables:

0 commit comments

Comments
 (0)