如何在 php 8.0 MACOS 中安装 xmlrpc
How to install xmlrpc in php 8.0 MACOS
你好
我需要将 PHP 8.0 的应用程序连接到 Odoo。我收到以下错误。
PHP XMLRPC library is not installed
如何在 macOS 上安装这个库?
I found the solution in this post
必须通过 PECL 安装
使用这个命令
pecl install channel://pecl.php.net/xmlrpc-1.0.0RC3
你好
我需要将 PHP 8.0 的应用程序连接到 Odoo。我收到以下错误。
PHP XMLRPC library is not installed
如何在 macOS 上安装这个库?
I found the solution in this post
必须通过 PECL 安装
使用这个命令
pecl install channel://pecl.php.net/xmlrpc-1.0.0RC3