mfischer                Wed May  1 13:08:08 2002 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-get-option.xml 
                                                socket-set-option.xml 
  Log:
  - Mention the old function names.
  # Last commit talp, promised ;-)
  
  
Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.1 
phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.2
--- phpdoc/en/reference/sockets/functions/socket-get-option.xml:1.1     Wed May  1 
07:16:12 2002
+++ phpdoc/en/reference/sockets/functions/socket-get-option.xml Wed May  1 13:08:05 
+2002
@@ -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>
 
Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.1 
phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.2
--- phpdoc/en/reference/sockets/functions/socket-set-option.xml:1.1     Wed May  1 
07:16:12 2002
+++ phpdoc/en/reference/sockets/functions/socket-set-option.xml Wed May  1 13:08:07 
+2002
@@ -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>
 


Reply via email to