drop redundant 'added in ...' notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65640 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-18 22:22:54 +00:00
parent 2b899a5cc0
commit a7f3d554ea

View file

@ -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 @@ echo "The previous session name was $previous_name<p>";
]]>
</programlisting>
</example>
<note>
<para>
This function was added in PHP 4.0.
</para>
</note>
</refsect1>
</refentry>
@ -496,11 +491,6 @@ echo "The previous session name was $previous_name<p>";
<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 @@ echo "The previous session name was $previous_name<p>";
ext2fs.
</para>
</note>
<note>
<para>
This function was added in PHP 4.0.
</para>
</note>
</para>
</refsect1>
</refentry>
@ -609,11 +594,6 @@ echo "The previous session name was $previous_name<p>";
<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 @@ echo "The previous session name was $previous_name<p>";
<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 @@ echo "The previous session name was $previous_name<p>";
<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 @@ echo "The previous session name was $previous_name<p>";
<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 @@ echo "The cache limiter is now set to $cache_limiter<p>";
]]>
</programlisting>
</example>
<note>
<para>
This function was added in PHP 4.0.3.
</para>
</note>
</refsect1>
</refentry>