File tree Expand file tree Collapse file tree 2 files changed +66
-2
lines changed Expand file tree Collapse file tree 2 files changed +66
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: a0ae28d3bc85f927c22649ebd9a590b921534b7d Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi -->
5
5
<section xml : id =" ftp.installation" xmlns =" http://docbook.org/ns/docbook" >
6
6
&reftitle.install;
9
9
<option role =" configure" >--enable-ftp</option >
10
10
オプションを追加する必要があります。
11
11
</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 >
12
18
<para >
13
19
Windows 版の PHP では、
14
20
この拡張モジュールは共有モジュールとしてビルドされます。
15
21
これらの関数を使うには、&php.ini; でモジュールを有効にする必要があります。
16
22
</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 >
17
49
</section >
18
50
19
51
<!-- Keep this comment at the end of the file
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: 879518c65613330fd988dfb844d54d0e79cc16f8 Maintainer: satoruyoshida Status: ready -->
3
+ <!-- EN-Revision: af432424136ff55777bd92ff4f83f01594612ef1 Maintainer: satoruyoshida Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<chapter xml : id =" mysqlnd.install" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
6
6
61
61
]]>
62
62
</programlisting >
63
63
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
+
64
96
</chapter >
65
97
<!-- Keep this comment at the end of the file
66
98
Local variables:
You can’t perform that action at this time.
0 commit comments