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

Releases: zendframework/zend-xmlrpc

zend-xmlrpc 2.9.0

27 Dec 23:39
release-2.9.0
Compare
Choose a tag to compare

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

19 Oct 07:42
release-2.8.0
Compare
Choose a tag to compare

Added

  • #38 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #38 removes support for zend-stdlib v2 releases.

Fixed

  • Nothing.

zend-xmlrpc 2.7.0

14 May 19:17
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #32 removes support for HHVM.

Fixed

  • Nothing.

zend-xmlrpc 2.6.2

25 Jan 17:43
Compare
Choose a tag to compare

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

11 Aug 11:43
release-2.6.1
b41116f
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #27 fixed a memory leak
    caused by repetitive addition of Accept and Content-Type headers on subsequent
    HTTP requests produced by the Zend\XmlRpc\Client.

zend-xmlrpc 2.6.0

21 Jun 16:41
Compare
Choose a tag to compare

Added

  • #19 adds support for zend-math v3.

Deprecated

  • Nothing.

Removed

  • #19 removes support for PHP 5.5

Fixed

  • Nothing.

zend-xmlrpc 2.5.2

21 Apr 19:25
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 updates dependencies to allow zend-stdlib v3 releases.