mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
add space between words + remove space in linkend
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197489 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b9a9ed1cc6
commit
007a35f2f3
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<refentry id="function.mysql-connect">
|
||||
<refnamediv>
|
||||
<refname>mysql_connect</refname>
|
||||
|
@ -159,7 +159,7 @@ mysql_close($link);
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>mysql_connect</function>example using <literal>hostname:port</literal> syntax</title>
|
||||
<title><function>mysql_connect</function> example using <literal>hostname:port</literal> syntax</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -185,7 +185,7 @@ mysql_close($link);
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>mysql_connect</function>example using ":/path/to/socket" syntax</title>
|
||||
<title><function>mysql_connect</function> example using ":/path/to/socket" syntax</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -224,7 +224,7 @@ mysql_close($link);
|
|||
Windows). If you want to use TCP/IP, use "127.0.0.1"
|
||||
instead of "localhost". If the MySQL client library tries to
|
||||
connect to the wrong local socket, you should set the correct path as
|
||||
<xref linkend=" ini.mysql.default-host" /> in your PHP configuration and leave the server field
|
||||
<xref linkend="ini.mysql.default-host" /> in your PHP configuration and leave the server field
|
||||
blank.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue