The easiest way to install XML-RPC in CentOS (migth not work on CentOS 7):
yum install php-xmlrpc
service httpd restart
Ready to go!
默认情况下在 PHP 中是不能使用 XML-RPC 支持的。你需要使用 --with-xmlrpc[=DIR] 配置选项编译 PHP 才能够使用 XML-RPC 支持。从 PHP 4.1.0 开始附带了此扩展。
The easiest way to install XML-RPC in CentOS (migth not work on CentOS 7):
yum install php-xmlrpc
service httpd restart
Ready to go!
Note: On OSX uncomment the following line in php.ini :
;extension=php_xmlrpc.dll
On Ubuntu 12.10, try sudo apt-get install php5-xmlrpc
Note: On Windows you just have to uncomment the following line in php.ini :-
;extension=php_xmlrpc.dll