Page 1 of 1

xmlrpc phpextension

PostPosted: 15. September 2005 13:13
by MySchizoBuddy
I'm trying to upgrade to Pear 1.4RC1 and now it depends on xmlrpc php extension
the error message i get is
'xmlrpc' PHP extension is recommended to utilize some features

anyone know how to install that extension

PostPosted: 15. September 2005 13:38
by Wiedmann
php.ini (line ~645)
Code: Select all
extension=php_xmlrpc.dll

PostPosted: 15. September 2005 14:52
by MySchizoBuddy
hey thanks. also how do u do that on a mac.

plus pear 1.4rc1 also requires PHP Extension: pcre
which ins't in php.ini

PostPosted: 15. September 2005 15:03
by Wiedmann
plus pear 1.4rc1 also requires PHP Extension: pcre

The pcre extension is compilied into PHP and not a shared extension (like xml, another prerequist for PEAR).

also how do u do that on a mac.

No idea. Ask in the mac forum.