From:             [EMAIL PROTECTED]
Operating system: Windows 98 SE
PHP version:      4.0.4pl1
PHP Bug Type:     IMAP related
Bug description:  abnormal program termination on imap_body($box,0)

        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



-- 
Edit Bug report at: http://bugs.php.net/?id=10376&edit=1



-- 
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