]> git.pld-linux.org Git - packages/php4.git/blame - php-cli.ini
- building with yaz is broken, no patches yet (at least I haven't found any),
[packages/php4.git] / php-cli.ini
CommitLineData
422bc385
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
f884f2b9 10[PHP]
03ee841f
ER
11; This combination (display_errors=off; log_errors=on; error_log ="") allows
12; fatal errors go to STDERR only. We set these separately here, that we won't
13; be affected by global php.ini
14display_errors = Off
15log_errors = On
a2f848c1 16
03ee841f
ER
17; Disable error logging, in case it was enabled in global php.ini
18error_log = ""
422bc385 19
5a57466f
ER
20[Session]
21; argument passed to save_handler in the case of files, this is the
22; path where data files are stored.
23session.save_path = /tmp
This page took 0.033597 seconds and 4 git commands to generate.