mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
Curl changed the behaviour, from the changelog: - lib: make protocol handlers store scheme name lowercase curl/curl@c294f9c From the docs: "The returned scheme might be upper or lowercase. Do comparisons case insensitively." Closes GH-14312.