mirror of
https://github.com/php/php-src.git
synced 2026-04-05 23:23:03 +02: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.