hi,
and thanks,
i enabled the extension for php_imap.dll and
set the path correctly. 
i didn't need to recompile anything just enable extension and path
and use the dll that came with php4.
thanks,
dave.

-----Original Message-----
From: Derek Comartin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 4:40 AM
To: [EMAIL PROTECTED]
Subject: IMAP c-client


David,

Under Linux, all you have to do is download and compile the latest c-client
library.  You can grab it at
ftp://ftp.cac.washington.edu/imap/

Once compiled, 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/rfc822.h, mail.h
and linkage.h to /usr/local/include or some other directory in your include
path.

Then you will need to re-configure and compile php.  To use imap support you
will need to configure with the --option command.

Example:

./configure --with-imap
make
make install

Once thats done you should now be able to use all of the imap_* functions.

Under windows, open up your php.ini and under the "Dynamic Extensions"
section, un-comment:

;extension=php_imap.dll

So it will look like:

extension=php_imap.dll

Note: make sure you extension_dir path points to the correct folder (this
option is in your php.ini under Paths and Directories)

And that should do it... Hope this helps :)

Derek


This e-mail and any attachments accompanying this transmission may contain information 
which is or may be confidential
and / or legally privileged. The information is intended for the use of the 
individuals or entities named on this
transmission. If you are not the intended recipient you are hereby notified that any 
disclosure, copying, distribution or
the taking of any action in reliance on the contents of this information is strictly 
prohibited, and that this e-mail and any
attachments should be returned to the sender immediately. If you have received this 
e-mail in error please notify the
sender immediately and permanently delete the original and any copy or print-out 
thereof. 

Although this e-mail and any attachments are believed to be free of any virus, or any 
other defect which might affect
any computer or IT system into which they are received and opened, it is the 
responsibility of the recipient to ensure
that they are virus free and no responsibility is accepted by RCI Europe for any loss 
or damage arising in any way from
receipt or use thereof. 

RCI Europe. Registered office: Kettering Parkway, Kettering, Northants NN15 6EY, 
England. Registered in England and
Wales: Registered No: 1148410. 

VAT No: 217 7047 68 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to