Add imap_popen() note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83012 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2002-05-20 20:38:39 +00:00
parent 88de0069ec
commit 6df34bcfd4

View file

@ -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 @@ imap_close($mbox);
<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>