tony2001 Sun Feb 13 09:19:02 2005 EDT
Modified files:
/phpdoc/en/reference/sockets reference.xml
/phpdoc/en/reference/sockets/functions socket-accept.xml
socket-bind.xml
socket-clear-error.xml
socket-close.xml
socket-connect.xml
socket-create-listen.xml
socket-create-pair.xml
socket-get-option.xml
socket-getpeername.xml
socket-getsockname.xml
socket-last-error.xml
socket-listen.xml
socket-read.xml
socket-recv.xml
socket-recvfrom.xml
socket-select.xml
socket-send.xml
socket-sendto.xml
socket-set-nonblock.xml
socket-set-option.xml
socket-shutdown.xml
socket-strerror.xml
socket-write.xml
Log:
ext/sockets is no longer experimental since Nov 29 2002
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/sockets/reference.xml
diff -u phpdoc/en/reference/sockets/reference.xml:1.19
phpdoc/en/reference/sockets/reference.xml:1.20
--- phpdoc/en/reference/sockets/reference.xml:1.19 Thu Aug 12 21:00:48 2004
+++ phpdoc/en/reference/sockets/reference.xml Sun Feb 13 09:19:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.sockets">
<title>Socket Functions</title>
<titleabbrev>Sockets</titleabbrev>
@@ -34,7 +34,6 @@
in PHP. The <ulink url="&url.socket.faq;">Unix Socket
FAQ</ulink> might be a good start.
</para>
- &warn.experimental;
</section>
<section id="sockets.requirements">
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-accept.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-accept.xml
diff -u phpdoc/en/reference/sockets/functions/socket-accept.xml:1.3
phpdoc/en/reference/sockets/functions/socket-accept.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-accept.xml:1.3 Tue Apr 30
18:53:24 2002
+++ phpdoc/en/reference/sockets/functions/socket-accept.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.1 -->
<refentry id="function.socket-accept">
<refnamediv>
@@ -12,7 +12,6 @@
<type>resource</type><methodname>socket_accept</methodname>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
After the socket <parameter>socket</parameter> has been created
using <function>socket_create</function>, bound to a name with
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-bind.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-bind.xml
diff -u phpdoc/en/reference/sockets/functions/socket-bind.xml:1.5
phpdoc/en/reference/sockets/functions/socket-bind.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-bind.xml:1.5 Mon Apr 21
16:16:34 2003
+++ phpdoc/en/reference/sockets/functions/socket-bind.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.3 -->
<refentry id="function.socket-bind">
<refnamediv>
@@ -14,7 +14,6 @@
<methodparam><type>string</type><parameter>address</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>socket_bind</function> binds the name given in
<parameter>address</parameter> to the socket described by
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-clear-error.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-clear-error.xml
diff -u phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.5
phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.5 Fri Dec
19 10:49:53 2003
+++ phpdoc/en/reference/sockets/functions/socket-clear-error.xml Sun Feb
13 09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.socket-clear-error">
<refnamediv>
<refname>socket_clear_error</refname>
@@ -11,7 +11,6 @@
<type>void</type><methodname>socket_clear_error</methodname>
<methodparam
choice="opt"><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function clears the error code on the given socket or the global
last socket error.
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-close.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-close.xml
diff -u phpdoc/en/reference/sockets/functions/socket-close.xml:1.4
phpdoc/en/reference/sockets/functions/socket-close.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-close.xml:1.4 Mon Aug 19
14:40:17 2002
+++ phpdoc/en/reference/sockets/functions/socket-close.xml Sun Feb 13
09:19:01 2005
@@ -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.1 -->
<refentry id="function.socket-close">
<refnamediv>
@@ -12,7 +12,6 @@
<type>void</type><methodname>socket_close</methodname>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>socket_close</function> closes the socket resource
given by <parameter>socket</parameter>.
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-connect.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-connect.xml
diff -u phpdoc/en/reference/sockets/functions/socket-connect.xml:1.5
phpdoc/en/reference/sockets/functions/socket-connect.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-connect.xml:1.5 Sat Dec
20 23:21:59 2003
+++ phpdoc/en/reference/sockets/functions/socket-connect.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.1 -->
<refentry id="function.socket-connect">
<refnamediv>
@@ -14,7 +14,6 @@
<methodparam><type>string</type><parameter>address</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Initiates a connection using the socket resource
<parameter>socket</parameter>, which must be a valid socket
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-create-listen.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-create-listen.xml
diff -u phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.4
phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-create-listen.xml:1.4 Wed Jan
21 20:26:59 2004
+++ phpdoc/en/reference/sockets/functions/socket-create-listen.xml Sun Feb
13 09:19:01 2005
@@ -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.27 -->
<refentry id="function.socket-create-listen">
<refnamediv>
@@ -13,7 +13,6 @@
<methodparam><type>int</type><parameter>port</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>backlog</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function is meant to ease the task of creating a new socket which
only listens to accept new connections.
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-create-pair.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-create-pair.xml
diff -u phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.10
phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.11
--- phpdoc/en/reference/sockets/functions/socket-create-pair.xml:1.10 Wed Nov
10 03:30:42 2004
+++ phpdoc/en/reference/sockets/functions/socket-create-pair.xml Sun Feb
13 09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-create-pair">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>int</type><parameter>protocol</parameter></methodparam>
<methodparam><type>array</type><parameter
role="reference">fd</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>socket_create_pair</function> creates two connected and
indistinguishable sockets, and stores
them in <parameter>fd</parameter>. This function is commonly used in IPC
(InterProcess Communication).
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-get-option.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.6
phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.6 Tue Aug
3 13:25:34 2004
+++ phpdoc/en/reference/sockets/functions/socket-get-option.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-get-option">
<refnamediv>
@@ -14,7 +14,6 @@
<methodparam><type>int</type><parameter>level</parameter></methodparam>
<methodparam><type>int</type><parameter>optname</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The <function>socket_get_option</function> function retrieves the value
for
the option specified by the <parameter>optname</parameter> parameter for
the
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-getpeername.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-getpeername.xml
diff -u phpdoc/en/reference/sockets/functions/socket-getpeername.xml:1.9
phpdoc/en/reference/sockets/functions/socket-getpeername.xml:1.10
--- phpdoc/en/reference/sockets/functions/socket-getpeername.xml:1.9 Wed Nov
10 03:30:42 2004
+++ phpdoc/en/reference/sockets/functions/socket-getpeername.xml Sun Feb
13 09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-getpeername">
<refnamediv>
@@ -17,7 +17,6 @@
<methodparam><type>string</type><parameter
role="reference">addr</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter
role="reference">port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
If the given socket is of type <constant>AF_INET</constant>
or <constant>AF_INET6</constant>, <function>socket_getpeername</function>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-getsockname.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-getsockname.xml
diff -u phpdoc/en/reference/sockets/functions/socket-getsockname.xml:1.7
phpdoc/en/reference/sockets/functions/socket-getsockname.xml:1.8
--- phpdoc/en/reference/sockets/functions/socket-getsockname.xml:1.7 Wed Nov
10 03:30:42 2004
+++ phpdoc/en/reference/sockets/functions/socket-getsockname.xml Sun Feb
13 09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-getsockname">
<refnamediv>
@@ -17,7 +17,6 @@
<methodparam><type>string</type><parameter
role="reference">addr</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter
role="reference">port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
If the given socket is of type <constant>AF_INET</constant>
or <constant>AF_INET6</constant>, <function>socket_getsockname</function>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-last-error.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-last-error.xml
diff -u phpdoc/en/reference/sockets/functions/socket-last-error.xml:1.6
phpdoc/en/reference/sockets/functions/socket-last-error.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-last-error.xml:1.6 Fri Dec
19 10:49:53 2003
+++ phpdoc/en/reference/sockets/functions/socket-last-error.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.1 -->
<refentry id="function.socket-last-error">
<refnamediv>
@@ -12,7 +12,6 @@
<type>int</type><methodname>socket_last_error</methodname>
<methodparam
choice="opt"><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function returns a socket error code.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-listen.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-listen.xml
diff -u phpdoc/en/reference/sockets/functions/socket-listen.xml:1.4
phpdoc/en/reference/sockets/functions/socket-listen.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-listen.xml:1.4 Fri Dec 19
10:49:53 2003
+++ phpdoc/en/reference/sockets/functions/socket-listen.xml Sun Feb 13
09:19:01 2005
@@ -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.1 -->
<refentry id="function.socket-listen">
<refnamediv>
@@ -13,7 +13,6 @@
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>backlog</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
After the socket <parameter>socket</parameter> has been created
using <function>socket_create</function> and bound to a name with
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-read.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-read.xml
diff -u phpdoc/en/reference/sockets/functions/socket-read.xml:1.4
phpdoc/en/reference/sockets/functions/socket-read.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-read.xml:1.4 Mon Jul 8
13:11:05 2002
+++ phpdoc/en/reference/sockets/functions/socket-read.xml Sun Feb 13
09:19:01 2005
@@ -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.8 -->
<refentry id="function.socket-read">
<refnamediv>
@@ -14,7 +14,6 @@
<methodparam><type>int</type><parameter>length</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The function <function>socket_read</function> reads from the socket
resource <parameter>socket</parameter> created by the
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-recv.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-recv.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recv.xml:1.5
phpdoc/en/reference/sockets/functions/socket-recv.xml:1.6
--- phpdoc/en/reference/sockets/functions/socket-recv.xml:1.5 Wed Nov 10
03:30:42 2004
+++ phpdoc/en/reference/sockets/functions/socket-recv.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-recv">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>int</type><parameter>len</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-recvfrom.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-recvfrom.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.6
phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.6 Wed Nov
10 03:30:42 2004
+++ phpdoc/en/reference/sockets/functions/socket-recvfrom.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-recvfrom">
<refnamediv>
@@ -17,7 +17,6 @@
<methodparam><type>string</type><parameter
role="reference">name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter
role="reference">port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
&warn.undocumented.func;
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-select.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-select.xml
diff -u phpdoc/en/reference/sockets/functions/socket-select.xml:1.12
phpdoc/en/reference/sockets/functions/socket-select.xml:1.13
--- phpdoc/en/reference/sockets/functions/socket-select.xml:1.12 Wed Nov
10 03:30:43 2004
+++ phpdoc/en/reference/sockets/functions/socket-select.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-select">
<refnamediv>
@@ -19,7 +19,6 @@
<methodparam><type>int</type><parameter>tv_sec</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>tv_usec</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>socket_select</function> accepts arrays of sockets and
waits for them to change status. Those coming with BSD sockets background
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-send.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-send.xml
diff -u phpdoc/en/reference/sockets/functions/socket-send.xml:1.3
phpdoc/en/reference/sockets/functions/socket-send.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-send.xml:1.3 Wed May 28
17:43:05 2003
+++ phpdoc/en/reference/sockets/functions/socket-send.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-send">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>int</type><parameter>len</parameter></methodparam>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The function <function>socket_send</function> sends
<parameter>len</parameter> bytes to the socket
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-sendto.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-sendto.xml
diff -u phpdoc/en/reference/sockets/functions/socket-sendto.xml:1.4
phpdoc/en/reference/sockets/functions/socket-sendto.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-sendto.xml:1.4 Mon Dec 15
11:53:47 2003
+++ phpdoc/en/reference/sockets/functions/socket-sendto.xml Sun Feb 13
09:19:01 2005
@@ -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.27 -->
<refentry id="function.socket-sendto">
<refnamediv>
@@ -17,7 +17,6 @@
<methodparam><type>string</type><parameter>addr</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>port</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The function <function>socket_sendto</function> sends
<parameter>len</parameter> bytes from <parameter>buf</parameter>
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml:1.6
phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml:1.6 Fri Jan
30 05:13:50 2004
+++ phpdoc/en/reference/sockets/functions/socket-set-nonblock.xml Sun Feb
13 09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-set-nonblock">
<refnamediv>
@@ -12,7 +12,6 @@
<type>bool</type><methodname>socket_set_nonblock</methodname>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The <function>socket_set_nonblock</function> function sets the O_NONBLOCK
flag
on the socket specified by the <parameter>socket</parameter> parameter.
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-set-option.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.6
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.6 Wed Jan
21 22:48:15 2004
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Sun Feb 13
09:19:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-set-option">
<refnamediv>
@@ -15,7 +15,6 @@
<methodparam><type>int</type><parameter>optname</parameter></methodparam>
<methodparam><type>mixed</type><parameter>optval</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The <function>socket_set_option</function> function sets the option
specified by the <parameter>optname</parameter>
parameter, at the protocol level specified by the
<parameter>level</parameter> parameter, to the
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-shutdown.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-shutdown.xml
diff -u phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.4
phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-shutdown.xml:1.4 Thu Aug
19 09:10:37 2004
+++ phpdoc/en/reference/sockets/functions/socket-shutdown.xml Sun Feb 13
09:19:02 2005
@@ -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.27 -->
<refentry id="function.socket-shutdown">
<refnamediv>
@@ -13,7 +13,6 @@
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>how</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The <function>socket_shutdown</function> function allows you to stop
incoming, outgoing or all data (the default) from being sent through the
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-strerror.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-strerror.xml
diff -u phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.6
phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-strerror.xml:1.6 Wed Aug
4 17:03:59 2004
+++ phpdoc/en/reference/sockets/functions/socket-strerror.xml Sun Feb 13
09:19:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.8 -->
<refentry id="function.socket-strerror">
<refnamediv>
@@ -12,7 +12,6 @@
<type>string</type><methodname>socket_strerror</methodname>
<methodparam><type>int</type><parameter>errno</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>socket_strerror</function> takes as its
<parameter>errno</parameter> parameter a socket error code as returned by
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-write.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-write.xml
diff -u phpdoc/en/reference/sockets/functions/socket-write.xml:1.3
phpdoc/en/reference/sockets/functions/socket-write.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-write.xml:1.3 Wed May 1
12:55:21 2002
+++ phpdoc/en/reference/sockets/functions/socket-write.xml Sun Feb 13
09:19:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-write">
<refnamediv>
@@ -14,7 +14,6 @@
<methodparam><type>string</type><parameter>buffer</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
The function <function>socket_write</function> writes to the socket
<parameter>socket</parameter> from