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

@@ -156,6 +156,7 @@ struct nxt_http_request_s {
nxt_http_field_t *cookie;
nxt_http_field_t *referer;
nxt_http_field_t *user_agent;
nxt_http_field_t *authorization;
nxt_off_t content_length_n;
nxt_sockaddr_t *remote;