All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #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.
- Nothing.
- Nothing.
- Nothing.
- #38 adds support for PHP 7.3.
- Nothing.
- Nothing.
- #38 removes support for zend-stdlib v2 releases.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #32 removes support for HHVM.
- Nothing.
- #29 adds support for
PHP 7.2, by replacing deprecated
list
/each
syntax with a functional equivalent.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #27 fixed a memory leak
caused by repetitive addition of
Accept
andContent-Type
headers on subsequent HTTP requests produced by theZend\XmlRpc\Client
.
- #19 adds support for zend-math v3.
- Nothing.
- Nothing.
- Nothing.
- #11, #12, #13, #14, #15, and #16 added and prepared the documentation for publication at https://zendframework.github.io/zend-xmlrpc/
- Nothing.
- Nothing.
- #17 updates dependencies to allow zend-stdlib v3 releases.