diff options
author | Rui Hirokawa <hirokawa@php.net> | 2005-04-04 15:06:36 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2005-04-04 15:06:36 +0000 |
commit | 8235a70ef964c5c8d1fe7632a750b9e5c580c716 (patch) | |
tree | da2b59d8efeafa417f0a23c5be6a0c3570729f9c /main/SAPI.h | |
parent | 4558cdade685dc38681bd09db821d9c5fad8d716 (diff) | |
download | php-git-8235a70ef964c5c8d1fe7632a750b9e5c580c716.tar.gz |
added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.
Diffstat (limited to 'main/SAPI.h')
-rw-r--r-- | main/SAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h index 9ef7eecbdb..3b132b8080 100644 --- a/main/SAPI.h +++ b/main/SAPI.h @@ -98,6 +98,7 @@ typedef struct { /* for HTTP authentication */ char *auth_user; char *auth_password; + char *auth_digest; /* this is necessary for the CGI SAPI module */ char *argv0; |