From aa8148ada768611c2a54736f0e015cc171c1f898 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Jan 2009 16:38:20 +0000 Subject: [PATCH] Persistent connections git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273081 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/connect.xml | 31 ++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli/connect.xml b/reference/mysqli/mysqli/connect.xml index 1e8350f8f3..dc17358985 100644 --- a/reference/mysqli/mysqli/connect.xml +++ b/reference/mysqli/mysqli/connect.xml @@ -1,5 +1,5 @@ - + mysqli::__construct @@ -47,6 +47,11 @@ assumed. When possible, pipes will be used instead of the TCP/IP protocol. + + Prepending host by p: opens a persistent connection. + mysqli_change_user is automatically called on + connections opened from the connection pool. + @@ -113,6 +118,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + Added the ability of persistent connections. + + + + + + + + &reftitle.examples;