Note about the recent change to the WSA version check on Windows

This commit is contained in:
Kalle Sommer Nielsen 2016-08-07 05:40:56 +02:00
parent af56fed73b
commit 7cce4496e5

View File

@ -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.