From 41f9e9962dcfaed10d47180b2a3742c8b5ce2cf2 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Wed, 25 Feb 2009 09:55:02 +0000 Subject: [PATCH] Corrections to comply with PHP doc standards. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276420 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/persistconns.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/persistconns.xml b/reference/mysqli/persistconns.xml index 5a11dafa68..c57cc7d8e5 100644 --- a/reference/mysqli/persistconns.xml +++ b/reference/mysqli/persistconns.xml @@ -1,11 +1,11 @@ - + The mysqli Extension and Persistent Connections - Persistent connection support is now present in PHP 5.3 for the + Persistent connection support was introduced in PHP 5.3 for the mysqli extension. Support was already present in PDO MYSQL and ext/mysql. The idea behind persistent connections is that a connection between a client process and a database can be reused by a @@ -98,8 +98,8 @@ - If you want to switch off the automatic cleanup code, you can compile - PHP with MYSQLI_NO_CHANGE_USER_ON_PCONNECT defined. + It is possible to switch off the automatic cleanup code, by compiling + PHP with MYSQLI_NO_CHANGE_USER_ON_PCONNECT defined.