File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-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: b824e2b1086e94a1077bd071964547283616030a Maintainer: hirokawa Status: ready -->
3
+ <!-- EN-Revision: 03f0ebc60c1e2c397ca81997646197d3d0cb4fed Maintainer: hirokawa Status: ready -->
4
4
<!-- CREDITS: takagi,mumumu -->
5
5
<section xml : id =" mysqli.configuration" xmlns =" http://docbook.org/ns/docbook" >
6
6
&reftitle.runtime;
24
24
<entry >PHP_INI_SYSTEM</entry >
25
25
<entry >PHP 5.2.4 以降で使用可能です。PHP 7.2.16, 7.3.3 より前のバージョンでは デフォルト値は "1" でした。</entry >
26
26
</row >
27
+ <row >
28
+ <entry ><link linkend =" ini.mysqli.local-infile-directory" >mysqli.local_infile_directory</link ></entry >
29
+ <entry ></entry >
30
+ <entry >PHP_INI_SYSTEM</entry >
31
+ <entry ></entry >
32
+ </row >
27
33
<row >
28
34
<entry ><link linkend =" ini.mysqli.allow-persistent" >mysqli.allow_persistent</link ></entry >
29
35
<entry >"1"</entry >
111
117
</listitem >
112
118
</varlistentry >
113
119
120
+ <varlistentry xml : id =" ini.mysqli.local-infile-directory" >
121
+ <term >
122
+ <parameter >mysqli.local_infile_directory</parameter >
123
+ <type >string</type >
124
+ </term >
125
+ <listitem >
126
+ <para >
127
+ LOCAL DATA 文によるファイルのロードを、
128
+ ここで指定したディレクトリに制限する機能を有効にします。
129
+ </para >
130
+ </listitem >
131
+ </varlistentry >
132
+
114
133
<varlistentry xml : id =" ini.mysqli.allow-persistent" >
115
134
<term >
116
135
<parameter >mysqli.allow_persistent</parameter >
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: 2a5c6fb263b5c18a91bf51cf2388ecf1f3fe3c6b Maintainer: takagi Status: ready -->
3
+ <!-- EN-Revision: 03f0ebc60c1e2c397ca81997646197d3d0cb4fed Maintainer: takagi Status: ready -->
4
4
<!-- Credits: mumumu -->
5
5
<section xml : id =" pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
6
6
&reftitle.constants;
@@ -51,6 +51,22 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
51
51
</para >
52
52
</listitem >
53
53
</varlistentry >
54
+ <varlistentry xml : id =" pdo.constants.mysql-attr-local-infile-directory" >
55
+ <term >
56
+ <constant >PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY</constant >
57
+ (<type >string</type >)
58
+ </term >
59
+ <listitem >
60
+ <para >
61
+ LOCAL DATA 文によるファイルのロードを、
62
+ ここで指定したディレクトリに制限する機能を有効にします。
63
+ </para >
64
+ <para >
65
+ この定数を使うのは、新しいデータベースハンドルを作るときの
66
+ <parameter >driver_options</parameter > 配列内だけであることに注意しましょう。
67
+ </para >
68
+ </listitem >
69
+ </varlistentry >
54
70
<varlistentry xml : id =" pdo.constants.mysql-attr-init-command" >
55
71
<term >
56
72
<constant >PDO::MYSQL_ATTR_INIT_COMMAND</constant >
You can’t perform that action at this time.
0 commit comments