ZF-4521: Warning: Invalid argument supplied for foreach() in Zend/Mime/Decode.php
Description
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.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-10-08T09:06:49.000+0000
Solved in SVN r11741