This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Releases: zendframework/zend-xmlrpc
Releases · zendframework/zend-xmlrpc
zend-xmlrpc 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.
zend-xmlrpc 2.8.0
zend-xmlrpc 2.7.0
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #32 removes support for HHVM.
Fixed
- Nothing.
zend-xmlrpc 2.6.2
Added
- #29 adds support for PHP 7.2, by replacing deprecated
list
/each
syntax with a functional equivalent.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-xmlrpc 2.6.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #27 fixed a memory leak
caused by repetitive addition ofAccept
andContent-Type
headers on subsequent
HTTP requests produced by theZend\XmlRpc\Client
.