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


Groups > comp.lang.php > #19099

Re: Call to undefined function imap_open()

From Arno Welzel <usenet@arnowelzel.de>
Newsgroups comp.lang.php
Subject Re: Call to undefined function imap_open()
Date 2022-09-09 16:30 +0200
Message-ID <jo1104Fj3p7U1@mid.individual.net> (permalink)
References <tev3if$1pn3$1@gioia.aioe.org> <ee2a1191-81bd-4b94-9eff-cb6e10e43478n@googlegroups.com>

Show all headers | View raw


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

Back to comp.lang.php | Previous | NextPrevious 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