SOURCES: php-cli.ini - display errors on terminal with php-cli

glen glen at pld-linux.org
Wed May 9 10:25:11 CEST 2007


Author: glen                         Date: Wed May  9 08:25:11 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- display errors on terminal with php-cli

---- Files affected:
SOURCES:
   php-cli.ini (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/php-cli.ini
diff -u SOURCES/php-cli.ini:1.2 SOURCES/php-cli.ini:1.3
--- SOURCES/php-cli.ini:1.2	Mon Dec 19 19:05:50 2005
+++ SOURCES/php-cli.ini	Wed May  9 10:25:06 2007
@@ -13,6 +13,13 @@
 ; 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-cli.ini?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list