summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2015-01-25 18:56:36 +0000
committerJakub Zelenka <bukka@php.net>2015-01-25 18:56:36 +0000
commit22394b79423b6c4eab3d43e246e03fc3feedfff5 (patch)
treee27009d96cde570f8dbfdd54f7cb43fc0c8eb005 /UPGRADING
parent3159d518d0c60dcb796b34f86b21593c7a728897 (diff)
downloadphp-git-22394b79423b6c4eab3d43e246e03fc3feedfff5.tar.gz
Add jsond BC-breaking changes to UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 5343b44ac3..b299ca7f49 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -83,6 +83,10 @@ PHP X.Y UPGRADE NOTES
instead.
. Removed set_magic_quotes_runtime() and its alias magic_quotes_runtime().
+- Json:
+ . Rejected RFC 7159 incompatible number formats in json_decode string -
+ top level (07, 0xff, .1, -.1) and all levels ([1.], [1.e1])
+
- Stream:
. Removed set_socket_blocking() in favor of its alias stream_set_blocking().