PHP: populating PHP_AUTH_* server variables.

This closes #498 issue on GitHub.
This commit is contained in:
Valentin Bartenev
2020-12-08 01:59:46 +03:00
parent bda76b04e9
commit 2348229dc7
6 changed files with 26 additions and 0 deletions

View File

@@ -15,6 +15,13 @@ invalid HTTP responses were generated for some unusual status codes.
</para>
</change>
<change type="bugfix">
<para>
PHP_AUTH_USER, PHP_AUTH_PW, and PHP_AUTH_DIGEST server variables were missing
in PHP module.
</para>
</change>
</changes>