mysqli_pconnect

Found a bug? Tell us!!
Post Reply
abstract
Posts: 4
Joined: Tue Apr 18, 2006 2:13 pm

mysqli_pconnect

Post 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.
Josef Moravek
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: mysqli_pconnect

Post by garvinhicking »

Hi!

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

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply