diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-15 23:31:10 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-15 23:31:10 +0000 |
| commit | e9dcdb8f97fd167049f8634897876b145660a0aa (patch) | |
| tree | ad5b8daf1576e642cdfa26d02dc591212ff3d5a6 /sapi/servlet/servlet.c | |
| parent | 1f19c43d9d9ea0f9ab965cfee2ee7edf78445bac (diff) | |
| download | php-git-e9dcdb8f97fd167049f8634897876b145660a0aa.tar.gz | |
@- Improved ISAPI module - it should no longer be necessary to set PHP as
@ an ISAPI filter, only as an ISAPI extension, unless you wish to perform
@ authentication using PHP. This didn't yet get enough testing, but it
@ should work (Zeev)
- Fixed auth_user/auth_password memory leak (I didn't have time to test it under
Apache, feedback welcome!)
Diffstat (limited to 'sapi/servlet/servlet.c')
| -rw-r--r-- | sapi/servlet/servlet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/servlet/servlet.c b/sapi/servlet/servlet.c index e92bb2e33c..cc2af401a0 100644 --- a/sapi/servlet/servlet.c +++ b/sapi/servlet/servlet.c @@ -387,7 +387,6 @@ JNIEXPORT void JNICALL Java_net_php_servlet_send FREESTRING(SG(request_info).request_uri); FREESTRING(SG(request_info).path_translated); FREESTRING(SG(request_info).content_type); - FREESTRING(SG(request_info).auth_user); FREESTRING(((servlet_request*)SG(server_context))->cookies); efree(SG(server_context)); SG(server_context)=0; |
