PHP 7.0.6 Released

Installation

XML-RPC support in PHP is not enabled by default. You will need to use the --with-xmlrpc[=DIR] configuration option when compiling PHP to enable XML-RPC support. This extension is bundled into PHP as of 4.1.0.

User Contributed Notes

David Simon
3 years ago
On Ubuntu 12.10, try sudo apt-get install php5-xmlrpc
SalmanAbbas007
5 years ago
Note: On Windows you just have to uncomment the following line in php.ini :-

;extension=php_xmlrpc.dll
evsninja
1 year ago
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!
renzvinci at gmail dot com
2 years ago
Note: On OSX uncomment the following line in php.ini :

;extension=php_xmlrpc.dll
INWX
1 year ago
On Debian you can install it like this:
apt-get install php5-xmlrpc
contact at parisnakitakejser dot com
2 years ago
If you run CentOS do yum install php5-xmlrpc and run /sbin/service httpd restart and you ready agin :)
To Top