PHP 8.4 introduced a breaking change in `http_build_query()` that now serializes backed enums using their values and throws errors for non-backed enums, breaking previously stable code. The change was implemented without broader community discussion, causing unexpected runtime failures. A PHP URI toolkit library addresses this
Sort:
