nlopess         Sat Dec 13 16:21:07 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fgets.xml 
    /phpdoc/en/reference/network/functions      fsockopen.xml 
  Log:
  reference to obsolete funcs
  
Index: phpdoc/en/reference/filesystem/functions/fgets.xml
diff -u phpdoc/en/reference/filesystem/functions/fgets.xml:1.9 
phpdoc/en/reference/filesystem/functions/fgets.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fgets.xml:1.9      Wed Jul 16 13:12:12 
2003
+++ phpdoc/en/reference/filesystem/functions/fgets.xml  Sat Dec 13 16:21:06 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgets">
    <refnamediv>
@@ -79,7 +79,7 @@
      <function>fopen</function>,
      <function>popen</function>, 
      <function>fsockopen</function>, and
-     <function>socket_set_timeout</function>.
+     <function>stream_set_timeout</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/network/functions/fsockopen.xml
diff -u phpdoc/en/reference/network/functions/fsockopen.xml:1.9 
phpdoc/en/reference/network/functions/fsockopen.xml:1.10
--- phpdoc/en/reference/network/functions/fsockopen.xml:1.9     Sat Dec 13 16:10:12 
2003
+++ phpdoc/en/reference/network/functions/fsockopen.xml Sat Dec 13 16:21:07 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.fsockopen">
    <refnamediv>
@@ -28,7 +28,7 @@
     <note>
      <simpara>
       If you need to set a timeout for reading/writing data over the socket,
-      use <function>socket_set_timeout</function>, as the 
<parameter>timeout</parameter>
+      use <function>stream_set_timeout</function>, as the 
<parameter>timeout</parameter>
       parameter to <function>fsockopen</function> only applies while
       connecting the socket.
      </simpara>

Reply via email to