didou Mon Jan 22 03:03:52 2007 UTC
Modified files: /phpdoc/en/appendices reserved.xml Log: Fix 40031: _SERVER['HTTPS'] never empty on IIS http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/reserved.xml?r1=1.61&r2=1.62&diff_format=u Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.61 phpdoc/en/appendices/reserved.xml:1.62 --- phpdoc/en/appendices/reserved.xml:1.61 Fri Feb 3 10:13:40 2006 +++ phpdoc/en/appendices/reserved.xml Mon Jan 22 03:03:52 2007 @@ -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>