[Tickets #4201] Fatal error returning to search results
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Aug 10 10:24:49 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4201
-----------------------------------------------------------------------
Ticket | 4201
Updated By | Jan Schneider <jan at horde.org>
Summary | Fatal error returning to search results
Queue | IMP
Version | HEAD
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2006-08-10 10:24) wrote:
This seems to be a really weird bug in PHP, but only with PHP4 it breaks
completely. Here's my backtrace:
array(4) {
[0]=>
array(6) {
["file"]=>
string(39) "/home/jan/headhorde/imp/lib/Mailbox.php"
["line"]=>
int(269)
["function"]=>
string(10) "_setSorted"
["class"]=>
string(11) "IMP_Mailbox"
["type"]=>
string(2) "->"
["args"]=>
array(1) {
[0]=>
?(4)
}
}
[1]=>
array(6) {
["file"]=>
string(39) "/home/jan/headhorde/imp/lib/Mailbox.php"
["line"]=>
int(109)
["function"]=>
string(13) "_buildMailbox"
["class"]=>
string(11) "IMP_Mailbox"
["type"]=>
string(2) "->"
["args"]=>
array(0) {
}
}
[2]=>
array(6) {
["file"]=>
string(39) "/home/jan/headhorde/imp/lib/Mailbox.php"
["line"]=>
int(87)
["function"]=>
string(11) "IMP_Mailbox"
["class"]=>
string(11) "IMP_Mailbox"
["type"]=>
string(2) "->"
["args"]=>
array(2) {
[0]=>
&string(11) "INBOX.Trash"
[1]=>
&NULL
}
}
[3]=>
array(6) {
["file"]=>
string(35) "/home/jan/headhorde/imp/mailbox.php"
["line"]=>
int(246)
["function"]=>
string(9) "singleton"
["class"]=>
string(11) "IMP_Mailbox"
["type"]=>
string(2) "::"
["args"]=>
array(1) {
[0]=>
&string(11) "INBOX.Trash"
}
}
}
Do you see that weird character where "int" should be in the parameter
list to _setSorted()? Does anybody see this too?
More information about the bugs
mailing list