From 599950bc8ba5f3848ccf0de728cf30f57af41fcb Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 22 Jan 2002 00:11:56 +0000 Subject: [PATCH] register_argc_argv: initial documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68367 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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. + + +