rasmus          Mon May 20 16:38:39 2002 EDT

  Modified files:              
    /phpdoc/en/functions        imap.xml 
  Log:
  Add imap_popen() note
  
  
Index: phpdoc/en/functions/imap.xml
diff -u phpdoc/en/functions/imap.xml:1.63 phpdoc/en/functions/imap.xml:1.64
--- phpdoc/en/functions/imap.xml:1.63   Wed Apr 17 15:58:42 2002
+++ phpdoc/en/functions/imap.xml        Mon May 20 16:38:39 2002
@@ -8,7 +8,7 @@
      instead -->
      
      <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.63 $ -->
+<!-- $Revision: 1.64 $ -->
  <reference id='ref.imap'>
   <title>IMAP, POP3 and NNTP functions</title>
   <titleabbrev>IMAP</titleabbrev>
@@ -2006,6 +2006,14 @@
     <para>
      &warn.undocumented.func;
     </para>
+    <note>
+    <para>
+    This function requires special support from the imap server and is not
+    generally available.  Read your imap server's source code and verify that
+    the OP_RELOGIN mechanism is available then define OP_RELOGIN in ext/imap.c
+    and recompile this extension if you want to use this function.
+    </para>
+    </note>
    </refsect1>
   </refentry>
 


Reply via email to