©
本文档使用 PHP中文网手册 发布
默认情况下在 PHP 中是不能使用 XML-RPC 支持的。你需要使用 --with-xmlrpc[=DIR] 配置选项编译 PHP 才能够使用 XML-RPC 支持。从 PHP 4.1.0 开始附带了此扩展。
[#1] evsninja [2014-10-17 08:59:12]
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!
[#2] INWX [2014-05-14 12:04:25]
On Debian you can install it like this:
apt-get install php5-xmlrpc
[#3] renzvinci at gmail dot com [2013-11-07 16:18:22]
Note: On OSX uncomment the following line in php.ini :
;extension=php_xmlrpc.dll
[#4] 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 :)
[#5] David Simon [2013-01-08 19:17:23]
On Ubuntu 12.10, try sudo apt-get install php5-xmlrpc
[#6] 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