features/cookies.xml
3e08a8aae657492bdcdc7c550099ddf072042fa9
...
...
@@ -25,13 +25,6 @@
25
25
</para>
26
26

27
27
<para>
28
-
On older PHP systems (5.3 or earlier),
29
-
<link linkend="ini.register-globals">register_globals</link> may be enabled,
30
-
which may cause undesirable and insecure operation. If this is enabled, cookies will
31
-
be registered as global variables.
32
-
</para>
33
-

34
-
<para>
35
28
For more details, including notes on browser bugs, see the
36
29
<function>setcookie</function> and <function>setrawcookie</function>
37
30
function.
38
31