Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

zend-xmlrpc 2.9.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Dec 23:39
· 3 commits to master since this release
release-2.9.0

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.