[imp] mailbox.php imap_sort problem - was redirect.php

Anil Madhavapeddy anil@recoil.org
Fri, 24 Aug 2001 16:51:45 +0100


On Fri, Aug 24, 2001 at 09:41:26AM -0400, Oakes, Edward B wrote:
> In order to temporarily resolve my imap_sort problem
> I have removed the following from mailbox.php
> so that users will not experience this problem.
> 
> $new = imap_sort($imp['stream'], 0, 0, SE_UID, 'UNSEEN');
> 
> Any other suggestions on fixing this?
> 

Try testing PHP-4.0.7RC1 (bear in mind that the mcrypt
extension in that is broken until RC2 is released)

> As a reminder I get the same results if I connect
> to this account from the imp 2.3-DEVEL demo site.

Thanks for filling my logs with segfaults :-)

Anil