]> git.pld-linux.org Git - packages/php.git/blob - php-cgi-fcgi.ini
- add fcgi specific option here
[packages/php.git] / php-cgi-fcgi.ini
1 ; php-cgi-fcgi.ini - configuration used only for cgi-fcgi SAPI
2 ;
3 ; Please note that, unlikely in original php distributions, this file
4 ; is read AFTER (not instead of) reading global /etc/php/php.ini.
5 ;
6 ; It allows you to control global settings for all SAPIs in one place
7 ; and override some settings in SAPI-specific files without need of
8 ; copying whole large php.ini.
9
10 [PHP]
11 ; Disable logging through FastCGI connection
12 ; See http://bugs.php.net/bug.php?id=28074
13 ; fastcgi.logging = 0
14
15 [Session]
16 session.save_path         = /tmp    ; argument passed to save_handler
17                                     ; in the case of files, this is the
18                                     ; path where data files are stored
19
This page took 0.024847 seconds and 4 git commands to generate.