Re: [PHP-WIN] why mysql_connect crashes in Windows

2001-05-10 Thread Adaran (Marc E. Brinkmann)
Hi John, John> Here is a bit of advice for those of you trying to use MYSQL with PHP4 (cgi John> and it was VERY FRUSTRATING because I could not discover the problem. John> Finally I decided it must be a thread-safety problem, so I added a John> sleep(2); just before mysql_connect() and the PR

[PHP-WIN] why mysql_connect crashes in Windows

2001-05-10 Thread John Henckel
Here is a bit of advice for those of you trying to use MYSQL with PHP4 (cgi mode) on Windows. I use "localhost" with Xitami on Win98 for PHP development and it is a very good environment. But, for a long time my PHP scripts would occasionally crash, and I would get ERROR: This program per