|
Title: "Error in my_thread_global_end(): 5 threads didn't exit" Post by: shduran118 on March 31, 2008, 09:44:24 PM I must have missed something. I keep getting this message, "Error in my_thread_global_end(): 5 threads didn't exit". Everthing else seems to work properly. Can anyone help?
Thanks in advance, Sergio Title: Re: "Error in my_thread_global_end(): 5 threads didn't exit" Post by: shduran118 on April 01, 2008, 06:16:25 PM I found this solution to my problem,
Ok what you have to do is this, go to your PHP install directory and rename libmysql.dll to libmysql.old. Next head to http://www.php.net/releases/ and grab 5.2.1 Windows Binary download, just open the zip. Once open copy libmysql.dll to your php directory. That should do the trick, it just worked fine for me. Thought I would share. Title: Re: "Error in my_thread_global_end(): 5 threads didn't exit" Post by: victor on April 02, 2008, 06:12:44 AM thank you very much for sharing your solution with the community
|