]> git.pld-linux.org Git - packages/php.git/commitdiff
- add fcgi specific option here
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Sep 2007 16:31:52 +0000 (16:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-cgi-fcgi.ini -> 1.2

php-cgi-fcgi.ini

index 1953eddf3108338efd22bbaffd0d221a415b4798..abef98c2d70bd037414747f6d5842afd92942515 100644 (file)
@@ -7,6 +7,11 @@
 ; and override some settings in SAPI-specific files without need of
 ; copying whole large php.ini.
 
+[PHP]
+; Disable logging through FastCGI connection
+; See http://bugs.php.net/bug.php?id=28074
+; fastcgi.logging = 0
+
 [Session]
 session.save_path         = /tmp    ; argument passed to save_handler
                                     ; in the case of files, this is the
This page took 0.049677 seconds and 4 git commands to generate.