]> granicus.if.org Git - php/commitdiff
add UPGRADING and NEWS items
authorAnatol Belski <ab@php.net>
Wed, 21 Dec 2016 15:10:38 +0000 (16:10 +0100)
committerAnatol Belski <ab@php.net>
Wed, 21 Dec 2016 15:10:38 +0000 (16:10 +0100)
NEWS
UPGRADING
UPGRADING.INTERNALS

diff --git a/NEWS b/NEWS
index 1ecd9d582fbfd2863cfad337a93dff339519d7bb..acd9b0e231c4a759dffb3158805c07f86ac28bd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ PHP                                                                        NEWS
     php.exe). (Michele Locati)
   . Implemented "Convert numeric keys in object/array casts" RFC, fixes
     bugs #53838, #61655, #66173, #70925, #72254, etc. (Andrea)
+  . Raised minimum supported Windows versions to Windows 7/Server 2008 R2.
+    (Anatol)
 
 - Date:
   . Fixed bug #69587 (DateInterval properties and isset). (jhdxr)
index 40dee1f38a3e269e2d0138357b5b7fee97a26fb7..0b291ebf72f1cdb8f6136e3b7f82e63d105ce5e1 100644 (file)
--- 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.
index e13dc22010e7b184302ed8fd42894f4405c4aea8..95e9318b256b76bfd3eb21eaf454a4fe60e5e7ea 100644 (file)
@@ -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.