From: Mario S. <ma...@er...> - 2005-07-04 14:42:20
|
Ah, NIH syndrome sometimes pays out *g*. I've been using a homegrown xmlrpc library in my pet projects, mainly because I was unhappy with the strange API of Edd Dumbills library. http://upgradephp.berlios.de/ It's slightly bloated, because it engages a wannabe XML parser if there is not native support in PHP. Additionally it also takes advantage of the native XML-RPC extension (PECL) if it's present (like the current PhpWiki xmlrpc interface does). And it definitely contains no stupid code involving eval(), but it doesn't care about method fingerprints or restricts parameter types like most other implementations do. But maybe you want to give it a try anyhow (easier to use, more HTTP compliant). mario |