Re: Call to undefined function imap_open()
Mark5320 <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Organization | Aioe.org NNTP Server |
| Message-ID | <[email protected]> |
Il 03/09/22 11:45, J.O. Aho ha scritto: >> $ php -r 'imap_open();' >> PHP Fatal error: Uncaught Error: Call to undefined function >> imap_open() in Command line code:1 >> >> I know, you have to install the appropriate extension (sudo apt >> install SOMETHING). > > sudo apt install php-imap Where is the official documentation that says you need to install this extension? How did you come to this conclusion?