summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>2002-03-18 04:49:16 +0000
committerShane Caraveo <shane@php.net>2002-03-18 04:49:16 +0000
commit391fdf858e0599ec8353c549a6273cdaf2eaad42 (patch)
tree2b471f29565f62a3da64b493841d37d1719f1e7c /php.ini-recommended
parentc806dca62cc881759aeb0c7c1d5a92a3326fed06 (diff)
downloadphp-git-391fdf858e0599ec8353c549a6273cdaf2eaad42.tar.gz
add new ini item for fastcgi
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended7
1 files changed, 6 insertions, 1 deletions
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 ;