[PHP-DEV] PHP 4.0 Bug #3632 Updated: Abort trap From: Bug Database (php-dev <email protected>)
Date: 02/29/00

ID: 3632
Updated by: chagenbu
Reported By: hroi <email protected>
Status: Open
Bug Type: IMAP related
Assigned To:
Comments:

Don't fetch the headers for message 0 - your for loop should
look like this:

for($i=1; $i <= $nmsgs; $i++) {...}

It still shouldn't crash, though. I'm looking into why it does...

Full Bug description available at: http://bugs.php.net/?id=3632

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