]> granicus.if.org Git - php/commitdiff
This is AUTH_TYPE in every other SAPI.
authorfoobar <sniper@php.net>
Mon, 24 Mar 2003 11:21:15 +0000 (11:21 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Mar 2003 11:21:15 +0000 (11:21 +0000)
sapi/isapi/php4isapi.c

index 36eaed7bc57ea14480b24b1b8de952ed4cee6d74..4851a8165ba35986f11a95683c1384ebfc3f4381 100644 (file)
@@ -447,7 +447,7 @@ static void sapi_isapi_register_zeus_variables(LPEXTENSION_CONTROL_BLOCK lpECB,
        }
        variable_len = ISAPI_SERVER_VAR_BUF_SIZE;
        if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_TYPE", static_variable_buf, &variable_len) && static_variable_buf[0] )  {
-               php_register_variable( "PHP_AUTH_TYPE", static_variable_buf, track_vars_array TSRMLS_CC );
+               php_register_variable( "AUTH_TYPE", static_variable_buf, track_vars_array TSRMLS_CC );
        }
        
        /* And now, for the SSL variables (if applicable) */