Results 1 to 4 of 4
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 ...
- 11-04-2010 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 7
I need IMAP support for PHP applications,
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
- 11-04-2010 #2
You need to install the php-imap package using yum e.g. as root
Code:yum -y install php-imap
- 11-05-2010 #3Just Joined!
- Join Date
- Nov 2010
- Posts
- 7
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
- 11-06-2010 #4
What version of CentOS is it? Apparently newer versions have imap support built into the php package by default.


Reply With Quote