Knowledge Base Home | Submit a new ticket
Help desk Pilot Knowledge Base

How to: Enable IMAP extension for PHP on Windows?

Article Id: #11     Viewed: 14314 times     Last updated on: 01 Sep 2008     Article Category: Installing PHP    
[Print]  [Email]
Open your php.ini file. Search for 'extension_dir' and add the path of your ext directory in there. For example : extension_dir= 'C:/php/ext/'. If this line has been commented out, please un-comment the line (by removing the semi-colon ';' from the beginning of the line.

Check if you have php_imap.dll on your C:PHP/ext directory (path to PHP). If yes, un-comment the following line in your php.ini. "extension=php_imap.dll".

Though a restart is not neccessary, some systems require a restart for the settings to take effect.
Was this information useful?
Yes     No
Help Desk Software powered by HelpDesk Pilot 4.4.5 Commercial Version, © 2005-2010, Tenmiles Corporation