From 94b9ee5053f04241f04de20cbef21a28f02db42a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Nov 2007 15:46:20 +0000 Subject: [PATCH] Error 10106 (bug #42733) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246619 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-connect.xml | 11 ++++++++++- reference/mysqli/functions/mysqli-connect.xml | 15 ++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) 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. + + + +