- Mention the old function names.

# Last commit talp, promised ;-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80775 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-01 17:08:07 +00:00
parent 5a0bcf3d9e
commit 3499dabd9a
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-get_option">
<refnamediv>
@ -18,6 +18,12 @@
<para>
&warn.undocumented.func;
</para>
<note>
<para>
This function used to be called <literal>socket_getopt()</literal> prior
to PHP 4.3.0
</para>
</note>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-set_option">
<refnamediv>
@ -19,6 +19,12 @@
<para>
&warn.undocumented.func;
</para>
<note>
<para>
This function used to be called <literal>socket_setopt()</literal> prior
to PHP 4.3.0
</para>
</note>
</refsect1>
</refentry>