Browse Source

MFH: initialize SG(request_info).auth_digest

PHP-5.1
Antony Dovgal 21 years ago
parent
commit
e5928942ac
  1. 1
      sapi/apache/mod_php5.c

1
sapi/apache/mod_php5.c

@ -500,6 +500,7 @@ static void init_request_info(TSRMLS_D)
SG(request_info).auth_user = NULL;
SG(request_info).auth_password = NULL;
SG(request_info).auth_digest = NULL;
if (authorization && (!PG(safe_mode) || (PG(safe_mode) && !auth_type(r)))) {
char *p = getword(r->pool, &authorization, ' ');

Loading…
Cancel
Save