> IMAP support was not compiled into the > Windows version of PHP. Unfortunately, > compiling it by hand is very difficult. > It requires having Microsoft Visual C++, along > with a bunch of other tools. So...it looks like > you'll need to use another method to view mail. > Sorry for the bad news.
Yes if you want to compile php_imap.dll yourself than you need all these tools, but luckily kind folks in the PHP community compile it for you. So if you download the full binary from www.php.net (http://www.php.net/do_download.php?download_file=php-4.1.1-Win32.zip) you can simply include it in php.ini. So I do not at all understand the provider's problem. I would not recommend using dl(), because a) I think it has been deprecated more or less and b) it is not so fast. Florian > > I thought imap functionality was in a dll which can be loaded dynamically: > dl("php_imap.dll"); > imap_open("a","u","p"); > > Can anyone please enlighten me? Is it built in? They use PHP 4.1.1. > > Malcolm > > > > -- > PHP General 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] > Florian Clever http://fc.clever-soft.com/ -- PHP General 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]