Click to See Complete Forum and Search --> : Error in my_thread_global_end(): 1 threads didn't exit


kredd
05-13-2007, 10:36 PM
anyone know how to correct this? i've seen people asking about this all over the web but no answers!!


Error in my_thread_global_end(): 1 threads didn't exit



thanks!

NogDog
05-13-2007, 11:03 PM
http://bugs.mysql.com/bug.php?id=25621
http://bugs.php.net/bug.php?id=41350

If you're running PHP 5.2.2 on Windows, the work-around appears to be to replace the PHP 5.2.2 version of libmysql.dll with the 5.2.1 version.

kredd
05-13-2007, 11:31 PM
well, i already tried that. no dice.

the only way i could actually find a 5.2.1 download is to go the 5.2.2 page and change the pages url to 5.2.1. then downloaded the zip and grabbed that file and replaced it in my c:\php\ext folder.

any better way to do it?

kredd
05-14-2007, 12:00 AM
ok, well, i'm a newbie when it comes to mysql so i had the connection code in a function()...why? cause i found an example that did it :rolleyes: so i removed the function and bingo...no more error.

i'm gonna go ahead and say that corrected the problem...knock on wood ;)