diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index 10e7ec18fd..670cf6364a 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + mysql_connect @@ -251,6 +251,15 @@ mysql_close($link); to the function name. + + + Error "Can't create TCP/IP socket (10106)" usually means that the variables_order configure directive + doesn't contain character E. On Windows, if the + environment is not copied the SYSTEMROOT environment + variable won't be available and PHP will have problems loading Winsock. + + diff --git a/reference/mysqli/functions/mysqli-connect.xml b/reference/mysqli/functions/mysqli-connect.xml index 81357e75f6..67874e6625 100644 --- a/reference/mysqli/functions/mysqli-connect.xml +++ b/reference/mysqli/functions/mysqli-connect.xml @@ -1,5 +1,5 @@ - + mysqli_connect @@ -169,6 +169,19 @@ Host information: Localhost via UNIX socket + + &reftitle.notes; + + + Error "Can't create TCP/IP socket (10106)" usually means that the variables_order configure directive + doesn't contain character E. On Windows, if the + environment is not copied the SYSTEMROOT environment + variable won't be available and PHP will have problems loading Winsock. + + + +