php-mime-mail-parser
php-mime-mail-parser copied to clipboard
Undefined array key "eof" when calling Parser::setStream()
Hi,
I've encountered an undefined array key eof warning when calling method Parser::setStream():
I've noticed, this problem has been addressed here - https://github.com/php-mime-mail-parser/php-mime-mail-parser/pull/315 and merged, but it seems it is not in the newest version (8.0.3).
Shouldn't the pull request #315 be merged to the 8 releases?
Good catch! The fix was actually made for a big release that never got published, and I totally missed porting it to the current production version. I’ll make sure it’s included in the next release. Thanks for pointing it out!