Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #19089

Call to undefined function imap_open()

From Mark5320 <xxx@ma.rk>
Newsgroups comp.lang.php
Subject Call to undefined function imap_open()
Date 2022-09-03 10:34 +0200
Organization Aioe.org NNTP Server
Message-ID <tev3if$1pn3$1@gioia.aioe.org> (permalink)

Show all headers | View raw


$ 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

Back to comp.lang.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Call to undefined function imap_open() Mark5320 <xxx@ma.rk> - 2022-09-03 10:34 +0200
  Re: Call to undefined function imap_open() "J.O. Aho" <user@example.net> - 2022-09-03 11:45 +0200
    Re: Call to undefined function imap_open() Mark5320 <xxx@ma.rk> - 2022-09-03 13:01 +0200
      Re: Call to undefined function imap_open() "J.O. Aho" <user@example.net> - 2022-09-03 13:30 +0200
        Re: Call to undefined function imap_open() Mark5320 <xxx@ma.rk> - 2022-09-03 15:00 +0200
          Re: Call to undefined function imap_open() Mark5320 <xxx@ma.rk> - 2022-09-03 15:05 +0200
            Re: Call to undefined function imap_open() "J.O. Aho" <user@example.net> - 2022-09-03 17:30 +0200
            Re: Call to undefined function imap_open() John-Paul Stewart <jpstewart@personalprojects.net> - 2022-09-03 15:08 -0400
              Re: Call to undefined function imap_open() Mark5320 <xxx@ma.rk> - 2022-09-05 11:23 +0200
  Re: Call to undefined function imap_open() Kristjan Robam <he12091983@gmail.com> - 2022-09-09 04:00 -0700
    Re: Call to undefined function imap_open() Arno Welzel <usenet@arnowelzel.de> - 2022-09-09 16:30 +0200

csiph-web