This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
weierophinney
released this
27 Dec 23:39
·
3 commits
to master
since this release
Added
- Nothing.
Changed
- #40 modifies detection of integer values on 64-bit systems. Previously, i8 values parsed by the client were always cast to BigInteger values. Now, on 64-bit systems, they are cast to integers.
Disables use of BigInteger for XMLRPC i8 type if host machine is 64-bit.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.