From ee9cb8677729ee048f015e80c291e8c5cc763fe0 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 22 Dec 2001 16:01:52 +0000 Subject: [PATCH] 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 --- features/cookies.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cookies.xml b/features/cookies.xml index c56c5aa803..ef98f221f0 100644 --- a/features/cookies.xml +++ b/features/cookies.xml @@ -1,5 +1,5 @@ - + Cookies @@ -19,7 +19,7 @@ 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 - register_globals and gpc_order + register_globals and variables_order configuration variables. If you wish to assign multiple values to a single cookie, just add [] to the cookie name.