]> git.pld-linux.org Git - packages/php.git/commitdiff
- display errors on terminal with php-cli
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 9 May 2007 08:25:06 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-cli.ini -> 1.3

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.042843 seconds and 4 git commands to generate.