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;