Christian Bartels

Results 7 comments of Christian Bartels

+1 on this. Just run into the same issue, where a client sends iso-8859-1 as charset. I like the solution from @linniksa.

I just ran into an issue, where a 10K e-mail could not be converted because only 2 Bytes failed the mb_check_encoding function due to invalid characters. I think it is...

No, we had to rollback to PHP 7.4 in order to fix this. Rollback to 8.0 did not help.

No, opcache was not yet enabled.

No, I hoped anybody could help or maybe saw this in other context. I found nothing related in the internet, so I opened this issue.

Hi @mmaglaya, so there are two of us ;) We still stick to PHP 7.4 due to this. Would be so cool if you can dig it.

We still have this issue, but I want to share some findings with you: In our code, we registered the Aws stream wrapper with Aws\S3\StreamWrapper::register or Aws\S3\S3Client::registerStreamWrapper in every request....