]> git.pld-linux.org Git - packages/php4.git/blame - php4-cli.ini
- rel 42; no pcre_info anymore
[packages/php4.git] / php4-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
11095afa 4; is read AFTER (not instead of) reading global /etc/php4/php.ini.
422bc385
JB
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
8c6e176e
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
16; Print out errors (as a part of the output). For production web sites,
17; you're strongly encouraged to turn this feature off, and use error logging
18; instead (see below). Keeping display_errors enabled on a production web site
19; may reveal security information to end users, such as file paths on your Web
20; server, your database schema or other information.
21display_errors = On
22
422bc385
JB
23[Session]
24session.save_path = /tmp ; argument passed to save_handler
25 ; in the case of files, this is the
26 ; path where data files are stored
27
This page took 0.044115 seconds and 4 git commands to generate.