]> git.pld-linux.org Git - packages/php.git/blobdiff - php-cli.ini
- release 14
[packages/php.git] / php-cli.ini
index 4d2e0ec1eea118443dc084f318c1cd46f9d72057..479be181f026bce9075387bee66cffbe9e25d811 100644 (file)
 ; should turn it off for increased performance.
 register_argc_argv = On
 
+; Print out errors (as a part of the output).  For production web sites,
+; you're strongly encouraged to turn this feature off, and use error logging
+; instead (see below).  Keeping display_errors enabled on a production web site
+; may reveal security information to end users, such as file paths on your Web
+; server, your database schema or other information.
+display_errors = On
+
 [Session]
 session.save_path         = /tmp    ; argument passed to save_handler
                                     ; in the case of files, this is the
This page took 0.031494 seconds and 4 git commands to generate.