Skip to content

Commit 288830e

Browse files
committed
Document PHP 8.4.0 change to http_build_query() in relation to BackedEnums
php/doc-en@e80ef23
1 parent 63b98a3 commit 288830e

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

reference/url/functions/http-build-query.xml

Lines changed: 32 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: c1413dcaa87de5d9954e5ed90f3612993b7cb12c Maintainer: shimooka Status: ready -->
3+
<!-- EN-Revision: e80ef2394f0c64be66917a5d4335736ae05b774f Maintainer: shimooka Status: ready -->
44
<!-- Credits: mumumu -->
55
<refentry xml:id="function.http-build-query" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<refnamediv>
@@ -102,6 +102,37 @@
102102
</para>
103103
</refsect1>
104104

105+
<refsect1 role="changelog">
106+
&reftitle.changelog;
107+
<informaltable>
108+
<tgroup cols="2">
109+
<thead>
110+
<row>
111+
<entry>&Version;</entry>
112+
<entry>&Description;</entry>
113+
</row>
114+
</thead>
115+
<tbody>
116+
<row>
117+
<entry>8.4.0</entry>
118+
<entry>
119+
PHP 8.4.0 より前のバージョンでは、
120+
<parameter>data</parameter> の
121+
<interfacename>BackedEnum</interfacename> プロパティは、
122+
スカラー値ではなくオブジェクトに変換されていました。
123+
</entry>
124+
</row>
125+
<row>
126+
<entry>8.0.0</entry>
127+
<entry>
128+
<parameter>arg_separator</parameter> は、nullable になりました。
129+
</entry>
130+
</row>
131+
</tbody>
132+
</tgroup>
133+
</informaltable>
134+
</refsect1>
135+
105136
<refsect1 role="examples">
106137
&reftitle.examples;
107138
<example>

0 commit comments

Comments
 (0)