summaryrefslogtreecommitdiff
path: root/sapi/servlet/servlet.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-15 23:31:10 +0000
committerZeev Suraski <zeev@php.net>2000-02-15 23:31:10 +0000
commite9dcdb8f97fd167049f8634897876b145660a0aa (patch)
treead5b8daf1576e642cdfa26d02dc591212ff3d5a6 /sapi/servlet/servlet.c
parent1f19c43d9d9ea0f9ab965cfee2ee7edf78445bac (diff)
downloadphp-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.c1
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;