Reflect addition of IPv6 functionality

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123827 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-04-17 21:44:32 +00:00
parent 5eadb57d67
commit 392e6670bc
4 changed files with 30 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<section id="sockets.installation">
&reftitle.install;
<para>
@ -8,6 +8,11 @@
role="configure">--enable-sockets</option> option to
<command>configure</command>.
</para>
<note>
<simpara>
IPv6 Support was added with <literal>PHP 5.0</literal>.
</simpara>
</note>
</section>
<!-- Keep this comment at the end of the file

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<section id="sockets.constants">
&reftitle.constants;
&extension.constants;
@ -26,6 +26,17 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>AF_INET6</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>SOCK_STREAM</constant>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.4 -->
<refentry id="function.socket-create">
<refnamediv>
@ -40,6 +40,13 @@
this protocol family.
</entry>
</row>
<row>
<entry>AF_INET6</entry>
<entry>
IPv6 Internet based protocols. TCP and UDP are common protocols of
this protocol family. Support added in <literal>PHP 5.0</literal>.
</entry>
</row>
<row>
<entry>AF_UNIX</entry>
<entry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@ -15,7 +15,9 @@
</para>
<para>
For a more generic client-side socket interface, see
<function>fsockopen</function> and
<function>stream_socket_client</function>,
<function>stream_socket_server</function>,
<function>fsockopen</function>, and
<function>pfsockopen</function>.
</para>
<para>