Wednesday, September 26, 2012

Enabling php-imap module in php(Cent OS)

1.Install php-imap with following command.

#yum --enablerepo=webtatic install php54w-imap* 


2.Restart HTTP service
#. service httpd restart 

3.Check imap module install in php
# php -i | grep -i imap