### Description After building PHP 8.3.7 on Chimera Linux and run test suite there is one test failing: `ext/curl/tests/curl_basic_024.phpt` Here is the log: ``` ---- EXPECTED OUTPUT bool(true) bool(true) string(4) "HTTP" ---- ACTUAL OUTPUT bool(true) bool(true) string(4) "http" ---- FAILED ``` This test was passing without problems with older curl versions. ### PHP Version PHP 8.3.7 ### Operating System Chimera linux