ZF-8478: getMethodSignature() returns string when system.* methods are registered
Description
We are using a python xmlrpc server set up with SimpleXMLRPCServer. If introspection methods are registered (s. http://docs.python.org/library/…) Zend_XmlRpc_Client_ServerIntrospection::getMethodSignature() will return a string ("signatures not supported") that causes E_WARNING in Zend_XmlRpc_Client::call() because it ($signatures) should be an array.
Comments
Posted by Jan Pieper (jpieper) on 2009-12-08T06:35:47.000+0000
Checked the bug and find out that the error occurs when introspection methods are registered.
Posted by Jan Pieper (jpieper) on 2009-12-17T15:12:02.000+0000
Fixed in r19733.