From dc0d04d32be2865b5e1880d729dfca46762a7d89 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 1 Jun 2002 16:31:22 +0000 Subject: [PATCH] Fix imap installation instructions (#17464) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84331 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/imap/reference.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/reference/imap/reference.xml b/reference/imap/reference.xml index 0a95b34f7b..0e3a75d49b 100644 --- a/reference/imap/reference.xml +++ b/reference/imap/reference.xml @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -33,7 +33,12 @@ Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other - directory on your link path and copy c-client/*.h + directory on your link path and copy + c-client/c-client.h, + c-client/imap4r1.h, + c-client/rfc-882.h, + c-client/mail.h and + c-client/linkage.h to /usr/local/include or some other directory in your include path.