I wanted the latest version of PHP to work on the new Macbook, but installing php by default does not include imap functions. I need one specific function, namely the imap_rfc822_parse_headers function, but I donβt want to recompile, create and install PHP (not to mention the efforts required to install c-client and imap.so in advance) just for that, Iβm afraid that convoluted procedures (each of which I found a little differently) can ruin my current installation, which is far from easy to configure.
Is there any other, easier way to install imap in PHP? In the corresponding note, is there an alternative to the function that I need?
source
share