1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

1 Commits

Author SHA1 Message Date
Christoph M. Becker
39ddf6b89c Fix #67792: HTTP Authorization schemes are treated as case-sensitive
We use `zend_binary_strncasecmp()` to avoid any locale issues, and
refactor.  We also add a test case for Digest authentication.

Closes GH-6900.
2021-04-23 15:54:17 +02:00