安装/配置
在线手册:中文  英文

安装

默认情况下在 PHP 中是不能使用 XML-RPC 支持的。你需要使用 --with-xmlrpc[=DIR] 配置选项编译 PHP 才能够使用 XML-RPC 支持。从 PHP 4.1.0 开始附带了此扩展。


安装/配置
在线手册:中文  英文

用户评论:

contact at parisnakitakejser dot com (2013-06-01 16:17:13)

If you run CentOS do yum install php5-xmlrpc and run /sbin/service httpd restart and you ready agin :)

David Simon (2013-01-08 19:17:23)

On Ubuntu 12.10, try sudo apt-get install php5-xmlrpc

SalmanAbbas007 (2011-03-13 05:53:58)

Note: On Windows you just have to uncomment the following line in php.ini :-
;extension=php_xmlrpc.dll

易百教程