jbostoen/itop-jb-mail-to-ticket-automation-v2

Bug: "each" is removed from PHP 8.0 onwards

Closed this issue · 1 comments

https://github.com/Combodo/combodo-email-synchro/blob/4fb8445e59989a9352adc9caafb50c8c0bb664f9/classes/mail_mimedecode.class.inc.php#L267

Warning
This function has been DEPRECATED as of PHP 7.2.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.

https://www.php.net/manual/en/function.each.php

Solved in recent commit.