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

Commit 3f52873

Browse files
committed
docs: adds CHANGELOG entry for #40
1 parent 88e60b5 commit 3f52873

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13+
- [#40](https://github.com/zendframework/zend-xmlrpc/pull/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.
14+
1315
Disables use of BigInteger for XMLRPC i8 type if host machine is 64-bit.
1416

1517
### Deprecated

0 commit comments

Comments
 (0)