From 684d056095705f16a92e75a72068c85e791740d1 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 25 Jun 2009 18:19:27 +0000 Subject: [PATCH] Persistent connections with mysqli missing git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282777 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 10d6213598..d2ebb924b5 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -1478,6 +1478,13 @@ Now supports sending user supplied HTTP headers. + + + MySQLi + Now supports persistent connections, by prepending the hostname with + "p:". + +