diff --git a/chapters/config.xml b/chapters/config.xml
index 605edcae38..1ff90bc314 100644
--- a/chapters/config.xml
+++ b/chapters/config.xml
@@ -468,7 +468,25 @@ include_path=".;c:\www\phplib"
-
+
+
+
+ register_globals
+ boolean
+
+
+
+ Tells whether or not to register the EGPCS variables as global
+ variables. You may want to turn this off if you don't want
+ to clutter your scripts' global scope with user data. This makes
+ most sense when coupled with track_vars
+ - in which case you can access all of the GPC variables through the
+ $HTTP_GET_VARS, $HTTP_POST_VARS and
+ $HTTP_COOKIE_VARS variables.
+
+
+
+
short_open_tag