mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Headers should not be processed in a locale-depdendent fashion. Switch from upper to lowercasing because that's the standard for PHP and we provide an ASCII implementation of this operation. This is adapted from GH-7506.