'How to install xmlrpc in php 8.0 MACOS
Hello
I need to connect an application with PHP 8.0 to Odoo. And I get the following error.
PHP XMLRPC library is not installed 
How can I install this library on macOS?
Solution 1:[1]
I found the solution in this post
Must be installed via PECL
Use this command
pecl install channel://pecl.php.net/xmlrpc-1.0.0RC3
    					Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source | 
|---|---|
| Solution 1 | 
