didou Mon Jun 28 10:54:12 2004 EDT
Modified files:
/phpdoc/en/reference/session reference.xml
Log:
fix for #28499 : reworded this para.
http://cvs.php.net/diff.php/phpdoc/en/reference/session/reference.xml?r1=1.45&r2=1.46&ty=u
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.45
phpdoc/en/reference/session/reference.xml:1.46
--- phpdoc/en/reference/session/reference.xml:1.45 Tue Jun 1 15:50:45 2004
+++ phpdoc/en/reference/session/reference.xml Mon Jun 28 10:54:12 2004
@@ -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 @@
<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