Page 1 of 1

How to install Imap extension?

PostPosted: 07. November 2006 13:55
by SmokyBarnable
I can't seem to figure out how I would go about installing the Imap extension. I have researched all day and still can't make any sense of it.
I read all this but don't even know how I get to the command line or what to even download.

http://www.php.net/imap

Thanks for any help.

PostPosted: 07. November 2006 14:05
by Wiedmann
Just read the "XAMPP for Windows FAQ"...

PostPosted: 07. November 2006 14:56
by SmokyBarnable
extension=php_imap.dll is uncommented and extension_dir = "C:\Program Files\xampp\php\extensions\".

However I still get undefined function call when trying to use Imap.

Perhaps I should reinstall?

PostPosted: 07. November 2006 15:23
by Wiedmann
Please use the correct "php.ini".

PostPosted: 07. November 2006 18:12
by SmokyBarnable
extension=php_imap.dll is uncommented already with the default installation. Imap port is open and phpinfo shows IMAP c-Client Version 2004 enabled.

Yet a simple line like this returns a call to undefined function imap_open().

Code: Select all
$conn = @imap_open("\{$server/imap}INBOX", $user, $pass)

PostPosted: 13. November 2006 00:03
by Izzy
The php.ini file to use is here:
xampp\apache\bin\php.ini