jimw            Tue Dec 18 17:22:54 2001 EDT

  Modified files:              
    /phpdoc/en/functions        session.xml 
  Log:
  drop redundant 'added in ...' notes
  
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.67 phpdoc/en/functions/session.xml:1.68
--- phpdoc/en/functions/session.xml:1.67        Tue Dec 18 16:35:30 2001
+++ phpdoc/en/functions/session.xml     Tue Dec 18 17:22:54 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.67 $ -->
+<!-- $Revision: 1.68 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -469,11 +469,6 @@
 ]]>
      </programlisting>
     </example>
-    <note>
-     <para>
-      This function was added in PHP 4.0.
-     </para>
-    </note>
    </refsect1>
   </refentry>
 
@@ -496,11 +491,6 @@
      <function>session_module_name</function> returns the name of the
      current session module. If <parameter>module</parameter> is
      specified, that module will be used instead.
-     <note>
-      <para>
-       This function was added in PHP 4.0.
-      </para>
-     </note>
     </para>
    </refsect1>
   </refentry>
@@ -532,11 +522,6 @@
        ext2fs.
       </para>
      </note>
-     <note>
-      <para>
-       This function was added in PHP 4.0.
-      </para>
-     </note>
     </para>
    </refsect1>
   </refentry>
@@ -609,11 +594,6 @@
       <link linkend="resource">resource types</link> appendix.
      </para>
     </note>
-    <note>
-     <para>
-      This function was added in PHP 4.0.
-     </para>
-    </note>
    </refsect1>
   </refentry>
 
@@ -693,11 +673,6 @@
      <function>session_is_registered</function> returns &true; if there
      is a variable with the name <parameter>name</parameter>
      registered in the current session.
-     <note>
-      <para>
-       This function was added in PHP 4.0.
-      </para>
-     </note>
     </para>
    </refsect1>
   </refentry>
@@ -797,11 +772,6 @@
      <function>session_decode</function> decodes the session data in
      <parameter>data</parameter>, setting variables stored in the
      session.
-     <note>
-      <para>
-       This function was added in PHP 4.0.
-      </para>
-     </note>
     </para>
    </refsect1>
   </refentry>
@@ -824,11 +794,6 @@
     <para>
      <function>session_encode</function> returns a string with the
      contents of the current session encoded within.
-     <note>
-      <para>
-       This function was added in PHP 4.0.
-      </para>
-     </note>
     </para>
    </refsect1>
   </refentry>
@@ -1025,11 +990,6 @@
 ]]>
      </programlisting>
     </example>
-    <note>
-     <para>
-      This function was added in PHP 4.0.3.
-     </para>
-    </note>
    </refsect1>
   </refentry>
 


Reply via email to