Issue Details (XML | Word | Printable)

Key: ZF-4521
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Satoru Yoshida
Reporter: Robert Gruber
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Warning: Invalid argument supplied for foreach() in Zend/Mime/Decode.php

Created: 08/Oct/08 07:28 AM   Updated: 08/Oct/08 09:06 AM   Resolved: 08/Oct/08 09:06 AM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Mime
Affects Version/s: 1.6.1
Fix Version/s: 1.6.2

Time Tracking:
Not Specified


 Description  « Hide

When decoding a message-mime-header in Zend_Mime::splitMessage() into an array via the php-function iconv_mime_decode_headers()-function the return value is not evaluated. If the function returns false, the following foreach-loop causes a PHP-Warning.



Satoru Yoshida added a comment - 08/Oct/08 09:06 AM

Solved in SVN r11741