Hi. I'm trying to disable persistent database connections to MySQL, and I disabled the php.ini file settings, but for some reason, they can still connect with persistent connections. I changed the following settings in php.ini:
[MySQL] mysql.allow_persistent = Off ; allow or prevent persistent link mysql.max_persistent = 0 ; I'm using Linux Mandrake 8.1 system. Anyone run into this problem before? Thanks! Robert -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php