]> git.pld-linux.org Git - packages/php.git/blob - php-apache.ini
Merge 4:5.3.28-7, 4:5.6.4-2 triggers for rpm 4.16
[packages/php.git] / php-apache.ini
1 ; php-apache.ini - configuration used only for apache 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 [Session]
11 session.save_path         = /var/run/php
12                                     ; argument passed to save_handler
13                                     ; in the case of files, this is the
14                                     ; path where data files are stored
15
This page took 0.032802 seconds and 3 git commands to generate.