language/predefined/variables/session.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,10 +1,9 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.session" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$_SESSION</refname>
7
-
<refname>$HTTP_SESSION_VARS [deprecated]</refname>
8
7
<refpurpose>Session variables</refpurpose>
9
8
</refnamediv>
10
9
...
...
@@ -16,38 +15,6 @@
16
15
functions</link> documentation for more information on how this
17
16
is used.
18
17
</para>
19
-

20
-
<simpara>
21
-
<varname>$HTTP_SESSION_VARS</varname> contains the same initial
22
-
information, but is not a <link linkend="language.variables.superglobals">superglobal</link>.
23
-
(Note that <varname>$HTTP_SESSION_VARS</varname> and <varname>$_SESSION</varname>
24
-
are different variables and that PHP handles them as such)
25
-
</simpara>
26
-
</refsect1>
27
-
28
-
<refsect1 role="changelog">
29
-
&reftitle.changelog;
30
-
<para>
31
-
<informaltable>
32
-
<tgroup cols="2">
33
-
<thead>
34
-
<row>
35
-
<entry>&Version;</entry>
36
-
<entry>&Description;</entry>
37
-
</row>
38
-
</thead>
39
-
<tbody>
40
-
<row>
41
-
<entry>4.1.0</entry>
42
-
<entry>
43
-
Introduced <varname>$_SESSION</varname> that deprecated
44
-
<varname>$HTTP_SESSION_VARS</varname>.
45
-
</entry>
46
-
</row>
47
-
</tbody>
48
-
</tgroup>
49
-
</informaltable>
50
-
</para>
51
18
</refsect1>
52
19

53
20
<refsect1 role="notes">
...
...
@@ -64,7 +31,7 @@
64
31
</para>
65
32
</refsect1>
66
33

67
-
</phpdoc:varentry>
34
+
</refentry>
68
35
69
36
<!-- Keep this comment at the end of the file
70
37
Local variables:
71
38