Page 1 of 1

how to enable imap_open

Posted: Mon Sep 12, 2016 10:03 am
by galiver60
Hello,

I want to enable imap_open in vesta panel with centos 6 but i do not know how to do this.

Can any one help me?

Thanks,

Re: how to enable imap_open

Posted: Mon Sep 12, 2016 4:22 pm
by tjebbeke
You can use google for that. On this page you can find more info: http://php.net/manual/en/function.imap-open.php

Re: how to enable imap_open

Posted: Mon Sep 12, 2016 4:28 pm
by galiver60
Hello,

I see this before but i do not know how to do this,

Because this address is no easy and clear information and do not step by step .

Can you please tel me more and step by step?

Thanks,

Re: how to enable imap_open

Posted: Wed Sep 14, 2016 11:40 am
by skurudo
Something like this ?

Code: Select all

yum install php-imap

Code: Select all

service httpd restart

Re: how to enable imap_open

Posted: Wed Sep 14, 2016 2:26 pm
by galiver60
hello thanks for your reply.

imap installed but do not work !

My script needs imap_open

In another shared host with cpanel my script is working but with vesta panel that imap is installed do not work !

Re: how to enable imap_open

Posted: Wed Sep 14, 2016 2:28 pm
by galiver60
When i run

php -m | grep imap

I see :

Imap

It is mean that imap is installed

but do not work and my script do not work !

Re: how to enable imap_open

Posted: Thu Sep 15, 2016 7:17 am
by tjebbeke
Do you have any kind of errors? Maybe we can tell you more when we can see the errors.