lost-in-space connections to mysql

wxdqz

New Member
hi,

i downloaded installed the lastest releases of apache,
php4 as isapi mod and mysql as binaries on my win98 machine for development purposes.

the problem is: a mysql-connection is consumed for each php-page calling mysql_connect("localhost,"","") or mysql_pconnect("localhost,"","")
which finally results in php not beeing able to connect to mysql any longer after a while.

before i had installed php3 and encountered the same problem.
 
Back
Top