That directive is named variables_order now and not gpc_order

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-12-22 16:01:52 +00:00
parent 64ff290284
commit ee9cb86777

View file

@ -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>