Quote:
|
Originally Posted by mmay Normally this problem comes with Windows (if not, give details), and you just need to uncomment the extension=php_imap.dll in the php.ini file. php_imap.dll should aready be included with the PHP install, you just need to activate it (and likely stop and restart your server, or just reboot for good measure, just make sure you get the RIGHT php.ini...) |
When I first got into installing mine, back in PHP 4.3.9, 4.3.10 and 4.3.11, php_imap.dll did not come with the normal Windows installer version. You had to download the full version in order to get the additional extensions. Version 4.4.x and 5.x may include the additional extensions by default now... I don't know. If you are unsure, just download the full version instead of the Windows installer version.
See my two threads in this forum about setting up PHP on Windows as either CGI or ISAPI and Setting up the PHP.INI file for use on a Windows server. Those two threads should get you started.
If you are on a *nix box, then you will have to compile PHP and add IMAP support if you have not already done so previously. PHP does not usually come compiled with IMAP support enabled in most of the "out of the box" distributions that I've used. So a recompile of PHP will need to be done. There are threads around here (by other people) that talk about how to do that as well.
Good luck!