Skip to content

Commit 7346ce6

Browse files
authored
[PHP 8.4] intl update part 2 を取り込み (#4207) (#289)
1 parent 00b82c3 commit 7346ce6

File tree

2 files changed

+47
-17
lines changed

2 files changed

+47
-17
lines changed

reference/intl/intlcalendar/set.xml

Lines changed: 22 additions & 16 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: 2ca090342977839edca2f7f4e52305a1b5da6095 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: d3ee29b81082ab9c71853f5c77e7540d0b3cf273 Maintainer: mumumu Status: ready -->
44
<refentry xml:id="intlcalendar.set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
55
<refnamediv>
66
<refname>IntlCalendar::set</refname>
@@ -153,21 +153,27 @@
153153

154154
<refsect1 role="changelog">
155155
&reftitle.changelog;
156-
<para>
157-
<informaltable>
158-
<tgroup cols="2">
159-
<thead>
160-
<row>
161-
<entry>&Version;</entry>
162-
<entry>&Description;</entry>
163-
</row>
164-
</thead>
165-
<tbody>
166-
&return.type.true;
167-
</tbody>
168-
</tgroup>
169-
</informaltable>
170-
</para>
156+
<informaltable>
157+
<tgroup cols="2">
158+
<thead>
159+
<row>
160+
<entry>&Version;</entry>
161+
<entry>&Description;</entry>
162+
</row>
163+
</thead>
164+
<tbody>
165+
&return.type.true;
166+
<row>
167+
<entry>8.4.0</entry>
168+
<entry>
169+
このメソッドは非推奨となりました。
170+
代わりに <methodname>IntlCalendar::setDate</methodname> や
171+
<methodname>IntlCalendar::setDateTime</methodname> を使用してください。
172+
</entry>
173+
</row>
174+
</tbody>
175+
</tgroup>
176+
</informaltable>
171177
</refsect1>
172178

173179
<refsect1 role="examples">

reference/intl/intlgregoriancalendar/construct.xml

Lines changed: 25 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: 1976eae0d815797af97a1e16c5cd90ffc2868395 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: d3ee29b81082ab9c71853f5c77e7540d0b3cf273 Maintainer: mumumu Status: ready -->
44

55
<refentry xml:id="intlgregoriancalendar.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -108,6 +108,30 @@
108108
</variablelist>
109109
</refsect1>
110110

111+
<refsect1 role="changelog">
112+
&reftitle.changelog;
113+
<informaltable>
114+
<tgroup cols="2">
115+
<thead>
116+
<row>
117+
<entry>&Version;</entry>
118+
<entry>&Description;</entry>
119+
</row>
120+
</thead>
121+
<tbody>
122+
<row>
123+
<entry>8.4.0</entry>
124+
<entry>
125+
このコンストラクタは非推奨となりました。
126+
代わりに <methodname>IntlGregorianCalendar::createFromDate</methodname> や
127+
<methodname>IntlGregorianCalendar::createFromDateTime</methodname> を使用してください。
128+
</entry>
129+
</row>
130+
</tbody>
131+
</tgroup>
132+
</informaltable>
133+
</refsect1>
134+
111135
</refentry>
112136

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

0 commit comments

Comments
 (0)