goba            Sat Dec 22 11:01:53 2001 EDT

  Modified files:              
    /phpdoc/en/features cookies.xml 
  Log:
  That directive is named variables_order now and not gpc_order
  
  
Index: phpdoc/en/features/cookies.xml
diff -u phpdoc/en/features/cookies.xml:1.12 phpdoc/en/features/cookies.xml:1.13
--- phpdoc/en/features/cookies.xml:1.12 Thu Dec 20 16:21:04 2001
+++ phpdoc/en/features/cookies.xml      Sat Dec 22 11:01:52 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
  <chapter id="features.cookies">
   <title>Cookies</title>
 
@@ -19,7 +19,7 @@
   <para>
    Any cookies sent to you from the client will automatically be turned into a
    PHP variable just like GET and POST method data, depending on the
-   <literal>register_globals</literal> and <literal>gpc_order</literal>
+   <literal>register_globals</literal> and <literal>variables_order</literal>
    configuration variables.  If you wish to assign multiple values to a single
    cookie, just add <emphasis>[]</emphasis> to the cookie name.
   </para>


Reply via email to