php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15028 Call to undefined function: imap_open()
Submitted: 2002-01-14 06:37 UTC Modified: 2002-01-14 11:46 UTC
From: wikus at afrihost dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.1.1 OS: redhat 7.1
Private report: No CVE-ID: None
 [2002-01-14 06:37 UTC] wikus at afrihost dot com
On my dev machine, (Mandrake 8.1) and PHP 4.0.6 everything
works fine, yet on a remote machine (Redhat 7.1 and PHP
4.1.1) I get this error:

Call to undefined function: imap_open() .... ?

(I am connecting to a another IMAP server, not a local 
one, . . is that why?)

SquirrelMail is running fine on it that machine though???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-14 10:52 UTC] heyesr@php.net
Your remote machine doesn't have the imap extension enabled. And squirrelmail does use the imap ext, which is why it works.
 [2002-01-14 11:46 UTC] wikus at afrihost dot com
thanx.

I figured it out just after I posting it, I feel a bit stupid
now. Thanx again for the help :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC