From 4402c3bae51019e31f640f91b3554298c5731943 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Sun, 18 Feb 2007 11:14:54 +0000 Subject: [PATCH] fix: mssql_connect -> mssql_pconnect git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230152 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/functions/mssql-pconnect.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/reference/mssql/functions/mssql-pconnect.xml b/reference/mssql/functions/mssql-pconnect.xml index 875d226e2e..e295eb96b7 100644 --- a/reference/mssql/functions/mssql-pconnect.xml +++ b/reference/mssql/functions/mssql-pconnect.xml @@ -1,5 +1,5 @@ - + mssql_pconnect @@ -69,12 +69,13 @@ new_link - If a second call is made to mssql_connect with the - same arguments, no new link will be established, but instead, the link - identifier of the already opened link will be returned. This parameter - modifies this behavior and makes mssql_connect - always open a new link, even if mssql_connect was - called before with the same parameters. + If a second call is made to mssql_pconnect with + the same arguments, no new link will be established, but instead, the + link identifier of the already opened link will be returned. This + parameter modifies this behavior and makes + mssql_pconnect always open a new link, even if + mssql_pconnect was called before with the same + parameters.