From ec4e0c9780c41e71a2cc9a4b79de33479e5c2a8e Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Thu, 12 Aug 2010 17:57:19 +0000 Subject: [PATCH] Updates the wording a bit with regard to Bug #52595. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302154 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/functions/mssql-connect.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/mssql/functions/mssql-connect.xml b/reference/mssql/functions/mssql-connect.xml index 601de1a94d..f17a5e3e5f 100644 --- a/reference/mssql/functions/mssql-connect.xml +++ b/reference/mssql/functions/mssql-connect.xml @@ -34,8 +34,9 @@ servername - The MS SQL server. It can also include a port number. e.g. - hostname,port. + The MS SQL server. It can also include a port number. e.g. + hostname:port (Linux), or + hostname,port (Windows).