History | Log In     View a printable version of the current page.  
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
Component/s: Zend_Mime
Affects Version/s: 1.6.1
Fix Version/s: 1.6.2

Time Tracking:
Not Specified

Tags:
Participants: Robert Gruber and Satoru Yoshida


 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.

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Satoru Yoshida - 08/Oct/08 09:06 AM
Solved in SVN r11741