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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
26 + 44 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 12:01:27 2024 UTC