I'm trying to install imap on CentOS but it's not working.
I did:
yum install php-imap
it was installed. Then I enabled on php.ini the extension = php_imap.dll
I have also restarted httpd many times, including using 'graceful'.
But it's not working. phpinfo() is not showing it and the scripts that need it are not working. I'm also pretty noob when it comes to Linux, so I'm sure this is some little thing I'm missing because of my ignorance :)
Any ideas? I'm following all tutorials around but I don't know why it's not working.
Thank you!!!