mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
08e144e28e
commit
2dabfcd657
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue