Hi;
I am working Centos 5 Server and I want to install IMAP Support for php application.So for that which pakage I need to install. Please tell me step by step because I am new for Centos.
Best Regards
Printable View
Hi;
I am working Centos 5 Server and I want to install IMAP Support for php application.So for that which pakage I need to install. Please tell me step by step because I am new for Centos.
Best Regards
You need to install the php-imap package using yum e.g. as root
Code:yum -y install php-imap
Hi;
yum -y install php-imap
I try this command but it showed some error
No package php-imap available.
Nothing to do
yum -y install php-imap
What version of CentOS is it? Apparently newer versions have imap support built into the php package by default.