php-mime-mail-parser icon indicating copy to clipboard operation
php-mime-mail-parser copied to clipboard

Undefined array key "eof" when calling Parser::setStream()

Open hubipe opened this issue 1 year ago • 1 comments

Hi, I've encountered an undefined array key eof warning when calling method Parser::setStream(): image

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?

hubipe avatar Sep 06 '24 14:09 hubipe

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!

eXorus avatar Sep 11 '24 12:09 eXorus