Page 1 of 1

mysqli_pconnect

Posted: Tue Apr 18, 2006 2:22 pm
by abstract
In Serendipity 1.0-beta2 instalation user can choose

Mysqli + dbPersistent -

include/db/mysqli.inc.php :

if (isset($serendipity['dbPersistent']) && $serendipity['dbPersistent']) {
$function = 'mysqli_pconnect';
} else {
$function = 'mysqli_connect';
}


function mysqli_pconnect - not exists

---
Serendipity is great, thanks.

Re: mysqli_pconnect

Posted: Tue Apr 18, 2006 3:26 pm
by garvinhicking
Hi!

Hehe, you are right. Thanks a lot for noticing, I removed this function in the mysqli library.

Best regards,
Garvin