mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
64ff290284
commit
ee9cb86777
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue