From:             [EMAIL PROTECTED]
Operating system: Windows XP
PHP version:      4.1.1
PHP Bug Type:     IMAP related
Bug description:  imap_sort Error

<?
$mailstream = imap_open ("{mail.hananet.net:110/pop3}INBOX", "vicviper",
"vicviper93");
imap_sort($mailstream, SORTDATE, 1); //<<< ERROR Point!!!
?>

// if u run it on Windows. U will see the error message "ERROR PHP.EXE"
and "Gate ERROR"!!

/*
My System 
Windows XP, IIS 5.1, Expoler 6.0, PHP 4.1.1
*/
-- 
Edit bug report at http://bugs.php.net/?id=15944&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15944&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15944&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15944&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15944&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15944&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15944&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15944&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15944&r=submittedtwice

Reply via email to