默认情况下在 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