Re: Call to undefined function imap_open()
Kristjan Robam <[email protected]>
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
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 > > I know, you have to install the appropriate extension (sudo apt install > SOMETHING). > But there is a special command (for Ubuntu 22.04.1) to establish > precisely (without going to google) what extension (package) should we > install? > For example > > $ php-owner-package imap_open > imap_open() function it's included into package SOMETHING