]> granicus.if.org Git - php/commitdiff
Note about the recent change to the WSA version check on Windows
authorKalle Sommer Nielsen <kalle@php.net>
Sun, 7 Aug 2016 03:40:56 +0000 (05:40 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sun, 7 Aug 2016 03:40:56 +0000 (05:40 +0200)
UPGRADING

index c7cdb02fb1f908fb6787ec2033567564f0288e25..9f59a497573706e7f375e8aed1599f09e908e66b 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -363,6 +363,10 @@ PHP 7.1 UPGRADE NOTES
 
   . Support for ftok()
 
+  . PHP on Windows now ensures that the correct version of the Winsock 
+    library is loaded and will error out in case Winsock 2.0 is not found 
+       on the system.
+
 - FCGI
   . PHP_FCGI_CHILDREN is respected. If this environment variable is defined,
     the first php-fcgi.exe process will exec the specified number of children.