SOURCES: php-cli.ini - register_argc_argv always On since 4.3.0 in CLI mode.

glen glen at pld-linux.org
Tue Feb 17 12:39:14 CET 2009


Author: glen                         Date: Tue Feb 17 11:39:14 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- register_argc_argv always On since 4.3.0 in CLI mode.

---- Files affected:
SOURCES:
   php-cli.ini (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/php-cli.ini
diff -u SOURCES/php-cli.ini:1.4 SOURCES/php-cli.ini:1.5
--- SOURCES/php-cli.ini:1.4	Mon Jan  5 15:31:32 2009
+++ SOURCES/php-cli.ini	Tue Feb 17 12:39:08 2009
@@ -8,11 +8,6 @@
 ; 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-cli.ini?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list