simp            Sun Oct  2 10:49:54 2005 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-bind.xml 
  Log:
  Bug #34706: Added note to establish the connection using other functions
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-bind.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-bind.xml
diff -u phpdoc/en/reference/sockets/functions/socket-bind.xml:1.9 
phpdoc/en/reference/sockets/functions/socket-bind.xml:1.10
--- phpdoc/en/reference/sockets/functions/socket-bind.xml:1.9   Thu Feb 24 
02:38:36 2005
+++ phpdoc/en/reference/sockets/functions/socket-bind.xml       Sun Oct  2 
10:49:52 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <refentry id="function.socket-bind">
  <refnamediv>
   <refname>socket_bind</refname>
@@ -16,7 +16,9 @@
   </methodsynopsis>
   <para>
    Binds the name given in <parameter>address</parameter> to the socket
-   described by <parameter>socket</parameter>.
+   described by <parameter>socket</parameter>. This has to be done before
+   a connection can be established using <function>socket_connect</function>
+   or <function>socket_listen</function>.
   </para>
  </refsect1>
 

Reply via email to