mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Error 10106 (bug #42733)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ee41d2414
commit
94b9ee5053
2 changed files with 24 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<refentry xml:id="function.mysql-connect" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysql_connect</refname>
|
||||
|
@ -251,6 +251,15 @@ mysql_close($link);
|
|||
to the function name.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Error "Can't create TCP/IP socket (10106)" usually means that the <link
|
||||
linkend="ini.variables-order">variables_order</link> configure directive
|
||||
doesn't contain character <literal>E</literal>. On Windows, if the
|
||||
environment is not copied the <literal>SYSTEMROOT</literal> environment
|
||||
variable won't be available and PHP will have problems loading Winsock.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<refentry xml:id="function.mysqli-connect" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect</refname>
|
||||
|
@ -169,6 +169,19 @@ Host information: Localhost via UNIX socket
|
|||
</screen>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
Error "Can't create TCP/IP socket (10106)" usually means that the <link
|
||||
linkend="ini.variables-order">variables_order</link> configure directive
|
||||
doesn't contain character <literal>E</literal>. On Windows, if the
|
||||
environment is not copied the <literal>SYSTEMROOT</literal> environment
|
||||
variable won't be available and PHP will have problems loading Winsock.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue