From c2ad886f230da81cd9f4b20f780bf2b13a3d5163 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 7 Oct 2002 10:47:15 +0000 Subject: [PATCH] made 'global' a link git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98566 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 4ec82a3b7d..5a8b6aa5bd 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -114,10 +114,12 @@ $_GET, $_REQUEST and so on. Unlike $HTTP_SESSION_VARS, $_SESSION is always global. Therefore, you do not - need to use global for - $_SESSION. Please note that this documentation - has been changed to use $_SESSION everywhere. You can - substitute $HTTP_SESSION_VARS for + need to use the global + keyword for $_SESSION. Please note that this + documentation has been changed to use + $_SESSION everywhere. You can substitute + $HTTP_SESSION_VARS for $_SESSION, if you prefer the former.