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 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;
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
Original file line number Diff line number Diff line change 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
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
6698Local variables:
You can’t perform that action at this time.
0 commit comments