[PHP-DEV] Bug #10376: abnormal program termination on imap_body($box,0) From: akul <email protected>
Date: 04/18/01

From: akul <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: 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>