1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

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.
This commit is contained in:
Liam Duckett
2025-11-10 03:10:37 +00:00
committed by GitHub
parent ec45af7496
commit e80ef2394f

View File

@@ -109,6 +109,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Prior to PHP 8.4.0, <interfacename>BackedEnum</interfacename> properties of
<parameter>data</parameter> were converted to objects, rather than their scalar equivalents.
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>