diff options
author | Juan Basso <jrbasso@gmail.com> | 2014-03-29 19:41:48 -0400 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-01-19 00:46:02 -0800 |
commit | ac7cfad3b54b04b7ff2d0e4bfd26e8b61d233613 (patch) | |
tree | 1c24d1096945799cf9b856a0749b29b89a3ef595 /UPGRADING | |
parent | 6de149e47c1e9050fef39640e2da8a230fda76cf (diff) | |
download | php-git-ac7cfad3b54b04b7ff2d0e4bfd26e8b61d233613.tar.gz |
Fixed bug #50224 where float without decimals were converted to integer
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -262,6 +262,9 @@ PHP 5.6 UPGRADE NOTES Added scanner mode INI_SCANNER_TYPED to yield typed .ini values. For PHP >= 5.6.1 +- JSON: + Added JSON_PRESERVE_ZERO_FRACTION option (PHP >= 5.6.5) + ======================================== 6. New Functions ======================================== |