For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > June 2004 > cvs: phpdoc /en/reference/session reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/session reference.xml
Mehdi Achour

2004-06-28, 4:07 pm

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/...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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com