Fixed bug #51139 (Description fastcgi.logging)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295502 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-02-25 14:05:20 +00:00
parent 6454b87750
commit a26901c028

View file

@ -4740,6 +4740,12 @@ auto_prepend_file=security.php
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
</row>
<row>
<entry>fastcgi.logging</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1.</entry>
</row>
<row>
<entry>cgi.rfc2616_headers</entry>
<entry>"0"</entry>
@ -5085,6 +5091,19 @@ include_path=".;c:\php\includes"
</listitem>
</varlistentry>
<varlistentry xml:id="ini.fastcgi.logging">
<term>
<parameter>fastcgi.logging</parameter>
<type>boolean</type>
</term>
<listitem>
<para>
Turns on SAPI logging when using FastCGI. Default is
to enable logging.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.cgi.rfc2616-headers">
<term>
<parameter>cgi.rfc2616_headers</parameter>