Date: 04/18/01
- Next message: kalowsky <email protected>: "[PHP-DEV] Bug #10375 Updated: odbc_autocommit with one parameter craches"
- Previous message: martin <email protected>: "[PHP-DEV] Bug #10375: odbc_autocommit with one parameter craches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: kalowsky <email protected>: "[PHP-DEV] Bug #10375 Updated: odbc_autocommit with one parameter craches"
- Previous message: martin <email protected>: "[PHP-DEV] Bug #10375: odbc_autocommit with one parameter craches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

