From: Shane Caraveo Date: Mon, 18 Mar 2002 04:49:16 +0000 (+0000) Subject: add new ini item for fastcgi X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=391fdf858e0599ec8353c549a6273cdaf2eaad42;p=php add new ini item for fastcgi --- diff --git a/php.ini-dist b/php.ini-dist index 20a79593a0..c954d0fd58 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -390,6 +390,13 @@ enable_dl = On ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; +; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate +; security tokens of the calling client. This allows IIS to define the +; security context that the request runs under. mod_fastcgi under Apache +; does not currently support this feature (03/17/2002) +; Set to 1 if running under IIS. Default is zero. +; fastcgi.impersonate = 1; + ;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; diff --git a/php.ini-recommended b/php.ini-recommended index a20a5d8934..06cf05bbd6 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -395,7 +395,12 @@ enable_dl = On ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; - +; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate +; security tokens of the calling client. This allows IIS to define the +; security context that the request runs under. mod_fastcgi under Apache +; does not currently support this feature (03/17/2002) +; Set to 1 if running under IIS. Default is zero. +; fastcgi.impersonate = 1; ;;;;;;;;;;;;;;;; ; File Uploads ;