What is the best way to install additional PHP extensions (like XMLRPC http://sourceforge.net/projects/xmlrpc-epi/)?
I tried to compile and install it, but I get many compilation errors.
I followed this issue:
https://github.com/omega8cc/nginx-for-drupal/issues/15

This approach worked well with xdebug, but don't worked with XMLRPC.
Is this possible to include this extension with the next Barracuda upgrade?

Thanks.

Comments

omega8cc’s picture

Component: Documentation » Code
Category: support » feature
Status: Active » Fixed

You don't need any third party extension, it is built-in with added config option: --with-xmlrpc (currently added in BOA HEAD).

$ php -i | grep xmlrpc-epi
core library version => xmlrpc-epi v. 0.51
homepage => http://xmlrpc-epi.sourceforge.net

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.