Re: Call to undefined function imap_open()
Arno Welzel <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
Kristjan Robam, 2022-09-09 13:00: > Implement this then. > > Mark5320 kirjutas Laupäev, 3. september 2022 kl 11:34:31 UTC+3: >> $ php -r 'imap_open();' >> PHP Fatal error: Uncaught Error: Call to undefined function imap_open() >> in Command line code:1 [...] This is not a helpful answer. 1) Please put your response *below* a quote - text is read from top to bottom. This is Usenet not e-mail. 2) imap_open() is not to be implemented but provided by an PHP extension which has to be enabled: <https://www.php.net/manual/en/function.imap-open.php> <https://www.php.net/manual/en/imap.setup.php> -- Arno Welzel https://arnowelzel.de