summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-21 16:10:38 +0100
committerAnatol Belski <ab@php.net>2016-12-21 16:10:38 +0100
commit5e6faf2306a798bb312da51d2dc37f20cb07c0f2 (patch)
tree8f59d0621a0fc82788b8cf8fa79f441f9cba5191 /UPGRADING
parent5e2ed8c8092b44f14816b1bbae79c8b884c020a3 (diff)
downloadphp-git-5e6faf2306a798bb312da51d2dc37f20cb07c0f2.tar.gz
add UPGRADING and NEWS items
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 40dee1f38a..0b291ebf72 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -35,6 +35,7 @@ PHP 7.2 UPGRADE NOTES
/^(0|(-?[1-9][0-9]*))$/ where PHP_INT_MIN <= n <= PHP_INT_MAX) to integer
keys. This fixes the behaviour of previous versions, where numeric string
property names would become inaccessible string keys.
+ . Minimum supported Windows versions are Windows 7/Server 2008 R2.
- Session:
. Removed register_globals related code and "!" can be used as $_SESSION key name.