From 559550df6a7baeac372d76d4f95746aa1e4f3550 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 16 Dec 1999 10:59:00 +0000 Subject: [PATCH] some corrections like using when appropriate git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17295 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index b485d0d4c2..7b6a880e34 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -77,9 +77,9 @@ specified, this will default or current database after the user has been changed. If the new user/password combination fails to be authorized the current connected user stays active. - Note that this function was introduced in PHP 3.0.13 and + This function was introduced in PHP 3.0.13 and requires MySQL 3.23.3 or higher. - + @@ -107,11 +107,11 @@ If the link identifier isn't specified, the last opened link is assumed. - - Note that this isn't usually necessary, as non-persistent open + + This isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. - + mysql_close will not close persistent links generated by mysql_pconnect.