PHP 8.0: account for removed extension XMLRPC by jrfnl · Pull Request #1161 · PHPCompatibility/PHPCompatibility

The XMLRPC extension will be removed without deprecation in PHP 8.0.

This commit adds the functions and class from the extension to the respective RemovedFunctions and RemovedClasses sniffs.

The class is not listed in the PHP manual, but is in the stub file (as a final class), so, while I'm not 100% sure, I do think we should account for it.

Includes unit tests.

Refs:

Related to #809