[PHP-DEV] Bug #3333 Updated: PHP crashes wen I open an empty mailbox From: Bug Database (php-dev <email protected>)
Date: 02/29/00

ID: 3333
Updated by: chagenbu
Reported By: sutter <email protected>
Status: Feedback
Bug Type: IMAP related
Assigned To:
Comments:

The test case for this can be reduced to:

<html>
<?php
$MAILSERVER= "{pop.mail.com/pop3}";
$link=imap_open($MAILSERVER,"login", "pass");
?>
</html>

Same cleanup crash. Anyone have an idea what's different
about empty pop3 mailboxes that seem to close the resource
early?

Full Bug description available at: http://bugs.php.net/?id=3333

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>