From 04ef949a01e182a7a36ffe061ecfb57321ecf625 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 11 Jul 2002 08:04:31 +0000 Subject: [PATCH] * Not all directives are documented, see php.ini in CVS * : register_globals = off as of PHP 4.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88304 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/chapters/config.xml b/chapters/config.xml index 1b958abac2..983ecddb98 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -24,6 +24,19 @@ environment variable PHPRC for an additionaly path to search for &php.ini;. + + Not every PHP directive is documented below. For a list of all directives, + please read your well commented &php.ini file. You may want to view the + latest php.ini here from CVS. + + + + The default value for the PHP directive + register_globals changed from + on to off in PHP + 4.2.0. + + &php.ini; example