mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix for #28499 : reworded this para.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162236 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ccca6049cf
commit
c87571bd71
1 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<!-- $Revision: 1.46 $ -->
|
||||
<reference id="ref.session">
|
||||
<title>Session Handling Functions</title>
|
||||
<titleabbrev>Sessions</titleabbrev>
|
||||
|
@ -242,12 +242,11 @@ session_unregister('count');
|
|||
<varname>$_SESSION</varname>.
|
||||
<caution>
|
||||
<para>
|
||||
If you are using <varname>$_SESSION</varname> and disable <link
|
||||
linkend="ini.register-globals">register_globals</link>,
|
||||
do not use <function>session_register</function>,
|
||||
<function>session_is_registered</function> and
|
||||
<function>session_unregister</function>, if your scripts shall work
|
||||
in PHP 4.2 and earlier. You can use these functions in 4.3 and later.
|
||||
Before PHP 4.3, if you are using <varname>$_SESSION</varname> and you
|
||||
have disabled <link linkend="ini.register-globals">register_globals</link>,
|
||||
don't use <function>session_register</function>,
|
||||
<function>session_is_registered</function> or
|
||||
<function>session_unregister</function>.
|
||||
</para>
|
||||
<para>
|
||||
If you enable <link
|
||||
|
|
Loading…
Reference in a new issue