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
This commit is contained in:
Mehdi Achour 2007-01-22 03:03:52 +00:00
parent 08e144e28e
commit 2dabfcd657

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.61 $ -->
<!-- $Revision: 1.62 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -569,6 +569,11 @@
Set to a non-empty value if the script was queried through the HTTPS
protocol.
</simpara>
<simpara>
Note that when using ISAPI with IIS, the value will be
<literal>off</literal> if the request was not made through the HTTPS
protocol.
</simpara>
</listitem>
</varlistentry>