From a26901c028d72e0b7fcc5da02eeb364a28641481 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 25 Feb 2010 14:05:20 +0000 Subject: [PATCH] Fixed bug #51139 (Description fastcgi.logging) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295502 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index 00dff784f9..97ded3452b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -4740,6 +4740,12 @@ auto_prepend_file=security.php PHP_INI_SYSTEM Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1. + + fastcgi.logging + "1" + PHP_INI_SYSTEM + Available since PHP 4.3.0. PHP_INI_ALL prior to PHP 5.2.1. + cgi.rfc2616_headers "0" @@ -5085,6 +5091,19 @@ include_path=".;c:\php\includes" + + + fastcgi.logging + boolean + + + + Turns on SAPI logging when using FastCGI. Default is + to enable logging. + + + + cgi.rfc2616_headers