Skip to content

Commit 14d9ce5

Browse files
英語版状態
1 parent e11f196 commit 14d9ce5

File tree

7 files changed

+141
-8
lines changed

7 files changed

+141
-8
lines changed

reference/mysqli/constants.xml

Lines changed: 26 additions & 2 deletions
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: 6d3ade3a588d629e52a948ceb36bea814e47a4f3 Maintainer: takagi Status: working -->
3+
<!-- EN-Revision: 8fb5db5a5eea9940e1cb5ea599817da36d3f36dd Maintainer: takagi Status: working -->
44
<!-- CREDITS: hirokawa,mumumu -->
55
<appendix xml:id="mysqli.constants" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.constants;
@@ -281,6 +281,7 @@
281281
the copy approach can reduce the overall memory usage
282282
because PHP variables holding results may be released earlier.
283283
Available with <literal>mysqlnd</literal> only.
284+
Deprecated as of PHP 8.4.0.
284285
</simpara>
285286
</listitem>
286287
</varlistentry>
@@ -812,6 +813,17 @@
812813
</para>
813814
</listitem>
814815
</varlistentry>
816+
<varlistentry xml:id="constant.mysqli-type-vector">
817+
<term>
818+
<constant>MYSQLI_TYPE_VECTOR</constant>
819+
(<type>int</type>)
820+
</term>
821+
<listitem>
822+
<para>
823+
Field is defined as <literal>VECTOR</literal>.
824+
</para>
825+
</listitem>
826+
</varlistentry>
815827
<varlistentry xml:id="constant.mysqli-need-data">
816828
<term><constant>MYSQLI_NEED_DATA</constant></term>
817829
<listitem>
@@ -849,6 +861,7 @@
849861
</term>
850862
<listitem>
851863
<para>
864+
Removed as of PHP 8.4.0.
852865
</para>
853866
</listitem>
854867
</varlistentry>
@@ -879,6 +892,7 @@
879892
</term>
880893
<listitem>
881894
<para>
895+
Removed as of PHP 8.4.0.
882896
</para>
883897
</listitem>
884898
</varlistentry>
@@ -899,6 +913,7 @@
899913
</term>
900914
<listitem>
901915
<para>
916+
Removed as of PHP 8.4.0.
902917
</para>
903918
</listitem>
904919
</varlistentry>
@@ -1006,6 +1021,7 @@
10061021
<listitem>
10071022
<para>
10081023
権限テーブルをリフレッシュします。
1024+
Deprecated as of PHP 8.4.0.
10091025
</para>
10101026
</listitem>
10111027
</varlistentry>
@@ -1018,6 +1034,7 @@
10181034
<para>
10191035
ログをフラッシュします。<acronym>SQL</acronym> 文
10201036
<literal>FLUSH LOGS</literal> を実行するのと同じです。
1037+
Deprecated as of PHP 8.4.0.
10211038
</para>
10221039
</listitem>
10231040
</varlistentry>
@@ -1030,6 +1047,7 @@
10301047
<para>
10311048
テーブルキャッシュをフラッシュします。<acronym>SQL</acronym> 文
10321049
<literal>FLUSH TABLES</literal> を実行するのと同じです。
1050+
Deprecated as of PHP 8.4.0.
10331051
</para>
10341052
</listitem>
10351053
</varlistentry>
@@ -1042,6 +1060,7 @@
10421060
<para>
10431061
ホストキャッシュをフラッシュします。<acronym>SQL</acronym> 文
10441062
<literal>FLUSH HOSTS</literal> を実行するのと同じです。
1063+
Deprecated as of PHP 8.4.0.
10451064
</para>
10461065
</listitem>
10471066
</varlistentry>
@@ -1053,7 +1072,7 @@
10531072
<listitem>
10541073
<para>
10551074
<constant>MYSQLI_REFRESH_SLAVE</constant> のエイリアスです。
1056-
PHP 8.1.0 以降で利用可能です。
1075+
PHP 8.1.0 以降で利用可能です。Deprecated as of PHP 8.4.0.
10571076
</para>
10581077
</listitem>
10591078
</varlistentry>
@@ -1066,6 +1085,7 @@
10661085
<para>
10671086
状態変数をリセットします。<acronym>SQL</acronym> 文
10681087
<literal>FLUSH STATUS</literal> を実行するのと同じです。
1088+
Deprecated as of PHP 8.4.0.
10691089
</para>
10701090
</listitem>
10711091
</varlistentry>
@@ -1077,6 +1097,7 @@
10771097
<listitem>
10781098
<para>
10791099
スレッドキャッシュをフラッシュします。
1100+
Deprecated as of PHP 8.4.0.
10801101
</para>
10811102
</listitem>
10821103
</varlistentry>
@@ -1091,6 +1112,7 @@
10911112
マスタサーバーの情報をリセットしてスレーブを再起動します。
10921113
<acronym>SQL</acronym> 文
10931114
<literal>RESET SLAVE</literal> を実行するのと同じです。
1115+
Deprecated as of PHP 8.4.0.
10941116
</para>
10951117
</listitem>
10961118
</varlistentry>
@@ -1105,6 +1127,7 @@
11051127
バイナリログインデックスにあるバイナリログファイルを削除してインデックスファイルを切り詰めます。
11061128
<acronym>SQL</acronym> 文
11071129
<literal>RESET MASTER</literal> を実行するのと同じです。
1130+
Deprecated as of PHP 8.4.0.
11081131
</para>
11091132
</listitem>
11101133
</varlistentry>
@@ -1117,6 +1140,7 @@
11171140
<listitem>
11181141
<simpara>
11191142
Closes and reopens the backup log files.
1143+
Deprecated as of PHP 8.4.0.
11201144
</simpara>
11211145
</listitem>
11221146
</varlistentry>

reference/mysqli/mysqli/kill.xml

Lines changed: 29 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: 63b99082ef83eade08151f8cb528246fded81db9 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7ce9e1661da0479fe49641e3da2c2761cf029d5c Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="mysqli.kill" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -9,6 +9,10 @@
99
<refpurpose>サーバーに MySQL スレッドの停止を問い合わせる</refpurpose>
1010
</refnamediv>
1111

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-8-4-0;
14+
</refsynopsisdiv>
15+
1216
<refsect1 role="description">
1317
&reftitle.description;
1418
<para>&style.oop;</para>
@@ -55,6 +59,30 @@
5559
&mysqli.conditionalexception;
5660
</refsect1>
5761

62+
<refsect1 role="changelog">
63+
&reftitle.changelog;
64+
<informaltable>
65+
<tgroup cols="2">
66+
<thead>
67+
<row>
68+
<entry>&Version;</entry>
69+
<entry>&Description;</entry>
70+
</row>
71+
</thead>
72+
<tbody>
73+
<row>
74+
<entry>8.4.0</entry>
75+
<entry>
76+
Both <methodname>mysqli::kill</methodname> and
77+
<function>mysqli_kill</function> are now deprecated. Use the
78+
<literal>KILL</literal> SQL command instead.
79+
</entry>
80+
</row>
81+
</tbody>
82+
</tgroup>
83+
</informaltable>
84+
</refsect1>
85+
5886
<refsect1 role="examples">
5987
&reftitle.examples;
6088
<example>

reference/mysqli/mysqli/ping.xml

Lines changed: 30 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: 63b99082ef83eade08151f8cb528246fded81db9 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7ce9e1661da0479fe49641e3da2c2761cf029d5c Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="mysqli.ping" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -9,6 +9,10 @@
99
<refpurpose>サーバーとの接続をチェックし、もし切断されている場合は再接続を試みる</refpurpose>
1010
</refnamediv>
1111

12+
<refsynopsisdiv>
13+
&warn.deprecated.function-8-4-0;
14+
</refsynopsisdiv>
15+
1216
<refsect1 role="description">
1317
&reftitle.description;
1418
<para>&style.oop;</para>
@@ -60,6 +64,31 @@
6064
&mysqli.conditionalexception;
6165
</refsect1>
6266

67+
<refsect1 role="changelog">
68+
&reftitle.changelog;
69+
<informaltable>
70+
<tgroup cols="2">
71+
<thead>
72+
<row>
73+
<entry>&Version;</entry>
74+
<entry>&Description;</entry>
75+
</row>
76+
</thead>
77+
<tbody>
78+
<row>
79+
<entry>8.4.0</entry>
80+
<entry>
81+
Both <methodname>mysqli::ping</methodname> and
82+
<function>mysqli_ping</function> are now deprecated.
83+
The <literal>reconnect</literal> feature has not been available
84+
as of PHP 8.2.0, making this function obsolete.
85+
</entry>
86+
</row>
87+
</tbody>
88+
</tgroup>
89+
</informaltable>
90+
</refsect1>
91+
6392
<refsect1 role="examples">
6493
&reftitle.examples;
6594
<example>

reference/mysqli/mysqli/refresh.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 035c126c0393fe154bac46e2c3c489ebadce48a5 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 7ce9e1661da0479fe49641e3da2c2761cf029d5c Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="mysqli.refresh" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
77
<refname>mysqli::refresh</refname>
88
<refname>mysqli_refresh</refname>
99
<refpurpose>リフレッシュする</refpurpose>
1010
</refnamediv>
11+
12+
<refsynopsisdiv>
13+
&warn.deprecated.function-8-4-0;
14+
</refsynopsisdiv>
1115

1216
<refsect1 role="description">
1317
&reftitle.description;
@@ -56,6 +60,30 @@
5660
</para>
5761
</refsect1>
5862

63+
<refsect1 role="changelog">
64+
&reftitle.changelog;
65+
<informaltable>
66+
<tgroup cols="2">
67+
<thead>
68+
<row>
69+
<entry>&Version;</entry>
70+
<entry>&Description;</entry>
71+
</row>
72+
</thead>
73+
<tbody>
74+
<row>
75+
<entry>8.4.0</entry>
76+
<entry>
77+
Both <methodname>mysqli::refresh</methodname> and
78+
<function>mysqli_refresh</function> are now deprecated.
79+
Use <literal>FLUSH</literal> SQL commands instead.
80+
</entry>
81+
</row>
82+
</tbody>
83+
</tgroup>
84+
</informaltable>
85+
</refsect1>
86+
5987
<refsect1 role="seealso">
6088
&reftitle.seealso;
6189
<para>

reference/mysqli/mysqli/store-result.xml

Lines changed: 24 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: 90953eddaa06c6c83faf0dea76c241dfafeaa2a1 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 699e596aaba256f7c3c81be8bb309e12fbd03ef4 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="mysqli.store-result" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -99,6 +99,29 @@
9999
&mysqli.conditionalexception;
100100
</refsect1>
101101

102+
<refsect1 role="changelog">
103+
&reftitle.changelog;
104+
<informaltable>
105+
<tgroup cols="2">
106+
<thead>
107+
<row>
108+
<entry>&Version;</entry>
109+
<entry>&Description;</entry>
110+
</row>
111+
</thead>
112+
<tbody>
113+
<row>
114+
<entry>8.4.0</entry>
115+
<entry>
116+
Passing the <parameter>mode</parameter> parameter is now deprecated.
117+
The parameter has had no effect as of PHP 8.1.0.
118+
</entry>
119+
</row>
120+
</tbody>
121+
</tgroup>
122+
</informaltable>
123+
</refsect1>
124+
102125
<refsect1 role="examples">
103126
&reftitle.examples;
104127
<para>

reference/mysqli/mysqli/thread-id.xml

Lines changed: 1 addition & 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: 7e5d0d1bb69180c9de1992edf9613215c975fa57 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 1afd3581fea176162adacef6dd692dfc114410f3 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="mysqli.thread-id" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>

reference/mysqli/mysqli_stmt/attr-set.xml

Lines changed: 2 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: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: 4683a073bf428da8cd06a9bc428a131292c42ba3 Maintainer: takagi Status: ready -->
44
<!-- Credits: mumumu -->
55

66
<refentry xml:id="mysqli-stmt.attr-set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -71,6 +71,7 @@
7171
カーソルの使用時にサーバーからいちどに取得する行数。
7272
<parameter>value</parameter> に指定できる値の範囲は
7373
1 から unsigned long の最大値までで、デフォルトは 1 です。
74+
Removed as of PHP 8.4.0.
7475
</entry>
7576
</row>
7677
</tbody>

0 commit comments

Comments
 (0)