php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #7215 imap open
Submitted: 2000-10-14 22:05 UTC Modified: 2000-10-14 22:12 UTC
From: andrus at vnet dot ee Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.3 OS: Red Hat Linux 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrus at vnet dot ee
New email:
PHP Version: OS:

 

 [2000-10-14 22:05 UTC] andrus at vnet dot ee
when i trying to open imap with commans imap_open and username/password are missing or invalid, php returns me ERROR in page. Would be good if it would just returns error CODE so it will not mess up all other page.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-14 22:12 UTC] markonen@php.net
You can disable error reporting by prefixing the imap_open() command with a '@'. Read the PHP Manual for other means of controlling PHP error messages.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 14:00:01 2026 UTC