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

Originally a fork of Combodo's Mail to Ticket Automation, enriched with some new features. Also contains some bug fixes.
https://jeffreybostoen.be
6 stars 3 forks source link

Bug: "each" is removed from PHP 8.0 onwards #45

Closed jbostoen closed 4 months ago

jbostoen commented 4 months ago

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

jbostoen commented 4 months ago

Solved in recent commit.