PHP V8 imminent

PHP v8 is imminent.
From the upgrade notes

Removed each(). foreach or ArrayIterator should be used instead.

I’m pretty sure this will break most XMLRPC versions floating around with the legacy SDK

So far it’s generating a ‘warning’ which doesn’t stop code from running, BUT it is really annoying to see in generated logs.

Agreed. After an upgrade to PHP8, that will be a fatal error.