summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJuan Basso <jrbasso@gmail.com>2014-03-29 19:41:48 -0400
committerStanislav Malyshev <stas@php.net>2015-01-19 00:46:02 -0800
commitac7cfad3b54b04b7ff2d0e4bfd26e8b61d233613 (patch)
tree1c24d1096945799cf9b856a0749b29b89a3ef595 /UPGRADING
parent6de149e47c1e9050fef39640e2da8a230fda76cf (diff)
downloadphp-git-ac7cfad3b54b04b7ff2d0e4bfd26e8b61d233613.tar.gz
Fixed bug #50224 where float without decimals were converted to integer
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 90e41631c8..9428add450 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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
========================================