summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
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.