Issue Type: Patch Created: 2010-01-22T01:27:13.000+0000 Last Updated: 2011-01-08T13:06:31.000+0000 Status: Resolved Fix version(s): Reporter: Christian Lallemand (ccd) Assignee: Jan Pieper (jpieper) Tags: - Zend_XmlRpc_Client
Related issues: - ZF-10453
Attachments: - zf_big_int_i8.patch
When i receive a xmlrpc respose with a i8 tag inside, Zend can't print this value !!! I have attached a patch File that fixed this problem
Posted by Christian Lallemand (ccd) on 2010-01-22T01:29:13.000+0000
Patch File to Fix I8 Tag handling
Posted by Jan Pieper (jpieper) on 2010-11-18T11:37:38.000+0000
As discussed in #zftalk.dev i refactored Zend_XmlRpc_Value_BigInteger because some major bugs made this class unusable.
Because of some big mistakes in Zend_XmlRpc_Value_BigInteger and it's tests it was not possible to not break backward compatibility.
Fixed in r23363.
Posted by Ramon Henrique Ornelas (ramon) on 2011-01-08T13:02:36.000+0000
Only tests are merged to branch, Should be done the merged of the correction also or revert tests flawed of the branch already that this issue break BC.