From 5e6faf2306a798bb312da51d2dc37f20cb07c0f2 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 21 Dec 2016 16:10:38 +0100 Subject: add UPGRADING and NEWS items --- UPGRADING.INTERNALS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'UPGRADING.INTERNALS') 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. -- cgit v1.2.1