sander Sat Jun 1 12:31:23 2002 EDT
Modified files:
/phpdoc/en/reference/imap reference.xml
Log:
Fix imap installation instructions (#17464)
Index: phpdoc/en/reference/imap/reference.xml
diff -u phpdoc/en/reference/imap/reference.xml:1.5
phpdoc/en/reference/imap/reference.xml:1.6
--- phpdoc/en/reference/imap/reference.xml:1.5 Wed May 29 14:46:11 2002
+++ phpdoc/en/reference/imap/reference.xml Sat Jun 1 12:31:22 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<reference id='ref.imap'>
<title>IMAP, POP3 and NNTP functions</title>
<titleabbrev>IMAP</titleabbrev>
@@ -33,7 +33,12 @@
<para>
Then copy <filename>c-client/c-client.a</filename> to
<filename>/usr/local/lib/libc-client.a</filename> or some other
- directory on your link path and copy <filename>c-client/*.h</filename>
+ directory on your link path and copy
+ <filename>c-client/c-client.h</filename>,
+ <filename>c-client/imap4r1.h</filename>,
+ <filename>c-client/rfc-882.h</filename>,
+ <filename>c-client/mail.h</filename> and
+ <filename>c-client/linkage.h</filename>
to <filename>/usr/local/include</filename> or some other directory in
your include path.
</para>