ZF-8623: Zend_XmlRpc_Value_BigInteger
Description
In class Zend_XmlRpc_Value_BigInteger on
public function getValue()
{
return $this->_integer;
}
incorrectly, to be replaced by
public function getValue()
{
return $this->_value;
}
??Sorry for my bad English??
Comments
No comments to display