ID: 10376
Comment by: Pether123 at yahoo dot com
Reported By: akul at otamedia dot com
Status: Closed
Bug Type: IMAP related
Operating System: Windows 98 SE
PHP Version: 4.0.4pl1
New Comment:
How DO i fix this?
Previous Comments:
------------------------------------------------------------------------
[2001-05-03 15:46:46] [EMAIL PROTECTED]
Fixed in 4.0.6-cvs.
------------------------------------------------------------------------
[2001-04-18 08:32:17] akul at otamedia dot com
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 this bug report at http://bugs.php.net/?id=10376&edit=1