From 2dabfcd65767dc170fc64cc9810d8d5035255c4c Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Mon, 22 Jan 2007 03:03:52 +0000 Subject: [PATCH] Fix 40031: _SERVER['HTTPS'] never empty on IIS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227832 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index d5d4c8f318..b4ea3727ac 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -569,6 +569,11 @@ Set to a non-empty value if the script was queried through the HTTPS protocol. + + Note that when using ISAPI with IIS, the value will be + off if the request was not made through the HTTPS + protocol. +