From 424bbd1cdd9f079800350dfe96fe58b4f811eb69 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 16 Nov 2001 22:29:07 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62616 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/msql.xml | 4 ++-- functions/mysql.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/msql.xml b/functions/msql.xml index 47bc0f2662..879b660c17 100644 --- a/functions/msql.xml +++ b/functions/msql.xml @@ -1,5 +1,5 @@ - + mSQL functions mSQL @@ -148,7 +148,7 @@ msql_connect establishes a connection to a - mSQL server. The server parameter can also + mSQL server. The server parameter can also include a port number. eg. "hostname:port". It defaults to 'localhost'. diff --git a/functions/mysql.xml b/functions/mysql.xml index 1012d6be27..87bcbba6b0 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -265,7 +265,7 @@ password = empty password. - The server parameter can also include a port + The server parameter can also include a port number. eg. "hostname:port" or a path to a socket eg. ":/path/to/socket" for the localhost. @@ -1706,7 +1706,7 @@ echo "$num_rows Rows\n"; password = empty password. - The server parameter can also include a port + The server parameter can also include a port number. eg. "hostname:port" or a path to a socket eg. ":/path/to/socket" for the localhost.