Installation of php_imap.dll

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
fcampanini
Forum Newbie
Posts: 1
Joined: Sat Jan 03, 2009 6:07 am

Installation of php_imap.dll

Post by fcampanini »

Hi,
i'm trying to install the imap extension within my PHP engine in order to be able to use Horde.
The check procedure of horde is telling me that this extension is needed and missing.

I have copied the library inside the extensions directory and i have referenced the library inside the php.ini file as follow:

[PHP_IMAP]
extension=php_imap.dll

The extension_dir value is also the correct one (i have anyway other extension that are apparently working).

The web server is IIS. I have tried to restart the web application and then the whole server but no way the phpinfo() and the horde routines are saying that the extension is not there :banghead:

Any suggestion?

Thanks,

Filo
Post Reply