php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65455 in Unknown on line 0
Submitted: 2013-08-15 11:25 UTC Modified: 2020-11-17 12:49 UTC
Votes:8
Avg. Score:4.1 ± 0.9
Reproduced:6 of 7 (85.7%)
Same Version:3 (50.0%)
Same OS:2 (33.3%)
From: spam2 at rhsoft dot net Assigned:
Status: Analyzed Package: IMAP related
PHP Version: 5.4.17 OS:
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: spam2 at rhsoft dot net
New email:
PHP Version: OS:

 

 [2013-08-15 11:25 UTC] spam2 at rhsoft dot net
Description:
------------
$response = imap_fetch_overview($mbox, $range);
Notice: Unknown: Sequence out of range (errflg=2) in Unknown on line 0

this is the same crap as https://bugs.php.net/bug.php?id=65359

and now do not tell me like in the othe rbugreport there is no script running and nobody knows file / line of the call


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-08-15 13:17 UTC] johannes@php.net
-Status: Open +Status: Analyzed
 [2013-08-15 13:17 UTC] johannes@php.net
The error is triggered in shutdown when the user didn't clear errors by checking imap_errors().

http://lxr.php.net/xref/PHP_TRUNK/ext/imap/php_imap.c#1073

I think we could simply free the errors and be silent in this case. Users who care about errors can call imap_errors().
 [2013-08-22 11:00 UTC] yohgaki@php.net
> I think we could simply free the errors and be silent in this case. Users who 
care about errors can call imap_errors().

+1
 [2020-11-17 12:49 UTC] cmb@php.net
-Package: Scripting Engine problem +Package: IMAP related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 23:01:28 2024 UTC