diff --git a/chapters/config.xml b/chapters/config.xml index ecf3317c48..ead3a57238 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -596,6 +596,24 @@ include_path=".;c:\www\phplib" + + + + register_argc_argv + boolean + + + + Tells PHP whether to declare the argv & argc variables + (that would contain the GET information). + + + See also command line. + Also, this directive became available in PHP 4.0.0 and + was always "on" before that. + + +