I am using a Windows 2003 Server along with PHP 5. PHP is connected with IIS by FastCGI.

I need to activate the imap extension in PHP, so I edited the php.ini:

  • I checked the extension path, it's OK.
  • I uncommented the line "extension=php_imap.dll" by deleting the leading ";".
  • I restarted the server.

But nothing happens, the imap extension stays inactive.

What am I missing here?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.