Date: 02/29/00
- Next message: Bug Database: "[PHP-DEV] Bug #3341 Updated: IMAP support compilation error"
- Previous message: Bug Database: "[PHP-DEV] Bug #2923 Updated: imap_headers with > 1 message returns no data"
- Next in thread: Bug Database: "[PHP-DEV] Bug #3333 Updated: PHP crashes wen I open an empty mailbox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Bug Database: "[PHP-DEV] Bug #3341 Updated: IMAP support compilation error"
- Previous message: Bug Database: "[PHP-DEV] Bug #2923 Updated: imap_headers with > 1 message returns no data"
- Next in thread: Bug Database: "[PHP-DEV] Bug #3333 Updated: PHP crashes wen I open an empty mailbox"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

