Skip to content

Commit e80ef23

Browse files
authored
Document PHP 8.4.0 change to http_build_query() in relation to BackedEnums (#4988)
Explain that `http_build_query()` didn't convert BackedEnums to their scalar equilvalents, and instead converted them to objects.
1 parent ec45af7 commit e80ef23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@
109109
</row>
110110
</thead>
111111
<tbody>
112+
<row>
113+
<entry>8.4.0</entry>
114+
<entry>
115+
Prior to PHP 8.4.0, <interfacename>BackedEnum</interfacename> properties of
116+
<parameter>data</parameter> were converted to objects, rather than their scalar equivalents.
117+
</entry>
118+
</row>
112119
<row>
113120
<entry>8.0.0</entry>
114121
<entry>

0 commit comments

Comments
 (0)