Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.5.0RC1
-
Fix Version/s: 1.5.0
-
Component/s: Zend_XmlRpc_Client
-
Labels:None
-
Fix Version Priority:Should Have
Description
$time = time();
$params = array(
new Zend_XmlRpc_Value_DateTime($time)
);
$result = $client->call('foo.bar', $params);
In Zend_XmlRpc_Request::_getXmlRpcParams() is parameter converted (damaged) via Zend_XmlRpc_Value::getXmlRpcValue to empty array.
Assigned to Matthew