Re: Call to undefined function imap_open()
"J.O. Aho" <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
On 03/09/2022 15.05, Mark5320 wrote: > Il 03/09/22 15:00, Mark5320 ha scritto: >> >> thanks from info > > by the way, what are the differences between the various versions found I'm not a Ubuntu user, so not fully aware of everything, but I think the php version is a php 7.x while php8.1 is as you may have guessed php 8.1.x > php-imap/jammy,jammy 2:8.1+92ubuntu1 all > php8.1-imap/jammy-updates 8.1.2-1ubuntu2.3 amd64 This I think is the php's default imap implementation for php7 and php8.1 > php-net-imap/jammy,jammy 1:1.1.3-2.1 all This is an optional imap implementation built on top of PEAR's Net_Socket. I would recommend against this one, there been no development since 2014. More about PEAR: https://pear.php.net -- //Aho