Hi, I am trying to find a way to have PHP support IMAP. I know it's a library extension for PHP.
The php I have installed is Version 5.3.2 and I don't want to change anything in it since my websites are coded with outdated methods. So the newest PHP will make my website to not work at all. I need to rewrite my website when I get a chance to comply with the latest methods. For one I still use the old mysql and do plan by next year to convert the code to use mysqli. But for now that isn't going to happen.
I was told I need to recompile PHP with the Imap support. I don't know if this is true but if it is how can I do this without installing the newest PHP version. I want to add the support for PHP but without messing up my current setup. I got CURL installed with my PHP.
So, I need help on how I should go about adding support. I was told that I don't need to install IMAP support. They said it's already installed you just have to enable it via apache.
I am not sure about that but I need someone to guide me in the right direction on how to add IMAP support to PHP. I did check my PHP info() function and I can't find IMAP to be already installed or enabled.
The php I have installed is Version 5.3.2 and I don't want to change anything in it since my websites are coded with outdated methods. So the newest PHP will make my website to not work at all. I need to rewrite my website when I get a chance to comply with the latest methods. For one I still use the old mysql and do plan by next year to convert the code to use mysqli. But for now that isn't going to happen.
I was told I need to recompile PHP with the Imap support. I don't know if this is true but if it is how can I do this without installing the newest PHP version. I want to add the support for PHP but without messing up my current setup. I got CURL installed with my PHP.
So, I need help on how I should go about adding support. I was told that I don't need to install IMAP support. They said it's already installed you just have to enable it via apache.
I am not sure about that but I need someone to guide me in the right direction on how to add IMAP support to PHP. I did check my PHP info() function and I can't find IMAP to be already installed or enabled.