summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
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.INTERNALS
parent5e2ed8c8092b44f14816b1bbae79c8b884c020a3 (diff)
downloadphp-git-5e6faf2306a798bb312da51d2dc37f20cb07c0f2.tar.gz
add UPGRADING and NEWS items
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS3
1 files changed, 2 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index e13dc22010..95e9318b25 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -23,7 +23,8 @@ PHP 7.1 INTERNALS UPGRADE NOTES
b. Windows build system changes
- * nice() now have a Windows alternative that is implemented in win32/nice.c, using
+ . Minimum supported Windows versions are Windows 7/Server 2008 R2.
+ . nice() now have a Windows alternative that is implemented in win32/nice.c, using
SetPriorityClass(). See the implementation for more in-depth details. This also
defines HAVE_NICE.