]> git.pld-linux.org Git - packages/php.git/blame - php-cli.ini
- obsolete
[packages/php.git] / php-cli.ini
CommitLineData
4342041a
JB
1; php-cli.ini - configuration used only for cli 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
a8122568
ER
10[PHP]
11; This directive tells PHP whether to declare the argv&argc variables (that
12; would contain the GET information). If you don't use these variables, you
13; should turn it off for increased performance.
14register_argc_argv = On
15
4342041a
JB
16[Session]
17session.save_path = /tmp ; argument passed to save_handler
18 ; in the case of files, this is the
19 ; path where data files are stored
20
This page took 0.034628 seconds and 4 git commands to generate.