[PHP-WIN] Re: problems with mysql connections not closing

2003-09-02 Thread Chris Kranz
> Chris, not sure if this is related to my question aka mysql_pconnect > > are u using mysql_pconnect or plain mysql_connect to connect to the > database? This is the behaviour I'm getting, but with > apache1.3.27/php4.3.2/mysql4.013 > that was my first question to the guy who originally developed

[PHP-WIN] Re: problems with mysql connections not closing - update

2003-09-01 Thread Sek-Mun Wong
Ok, here's what I found so far. 1) wait_timeout doesn't work under windows http://www.mysql.com/doc/en/News-4.0.15.html, 4.0.15 (dev) mysql is supposed to fix this. In http://bugs.php.net/bug.php?id=13589 [EMAIL PROTECTED] advises connecting like this: mysql_pconnect($host, $user, $pass, MYSQL_CL

[PHP-WIN] Re: problems with mysql connections not closing

2003-09-01 Thread Sek-Mun Wong
Chris, not sure if this is related to my question aka mysql_pconnect are u using mysql_pconnect or plain mysql_connect to connect to the database? This is the behaviour I'm getting, but with apache1.3.27/php4.3.2/mysql4.013 going to do some research on this in the next few days and will post some