ID: 10376
Updated by: chagenbu
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: IMAP related
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Fixed in 4.0.6-cvs.

Previous Comments:
---------------------------------------------------------------------------

[2001-04-18 08:32:17] [EMAIL PROTECTED]
        if(!$box=imap_open('{localhost/pop3:110}INBOX','mybox','mypassword'))
                die('Can't Open box!');

        // Here is abnormal program termination
        // I think returning of NULL is better solution
        // imap_header is Ok (warning is generated)
        $B=imap_body($box,0);

        imap_close($box);

for PHP.INI see the bug #9819


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10376&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to