
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
Zend Framework
Created: 01/Aug/07 01:08 PM
Updated: 21/Mar/08 04:25 PM
Due: 07/Mar/08
|
|
| Component/s: |
Zend_XmlRpc_Client
|
| Affects Version/s: |
1.0.1,
1.0.2,
1.0.3,
1.0.4,
1.5.0RC1
|
| Fix Version/s: |
1.5.0
|
|
|
Time Tracking:
|
|
Original Estimate:
|
15 minutes
|
|
|
Remaining Estimate:
|
15 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Fix Version Priority: |
Should Have
|
$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.
|
|
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. |
Show » |
|