SOURCES: php4-cli.ini - sync with php-cli.ini

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


Author: glen                         Date: Wed May  9 08:25:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sync with php-cli.ini

---- Files affected:
SOURCES:
   php4-cli.ini (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php4-cli.ini
diff -u SOURCES/php4-cli.ini:1.1 SOURCES/php4-cli.ini:1.2
--- SOURCES/php4-cli.ini:1.1	Sat Jan  4 21:39:43 2003
+++ SOURCES/php4-cli.ini	Wed May  9 10:25:44 2007
@@ -7,6 +7,19 @@
 ; and override some settings in SAPI-specific files without need of
 ; copying whole large php.ini.
 
+[PHP]
+; This directive tells PHP whether to declare the argv&argc variables (that
+; would contain the GET information).  If you don't use these variables, you
+; 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/php4-cli.ini?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list