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

 

 

最近裝了LightTPD-1.4.19-1+php-5.2.5-Win32,系統是window2003。

 

成功配置後,出現 Error in my_thread_global_end(): 2 threads didn't exit

 

到網上搜索了一下,這裏 的解釋比較清楚。

 

希望以後這樣的問題少一點。

 

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

It seems that php 5.2.3 libmysql.dll does not work as expected, because Apache shows this error in the logs when we use mysql_*() functions

Solution:
I found it here:
http://forums.mysql.com/read.php?10,153077,155121#msg-155121

which is to replace 'libmysql.dll' file in your PHP installation directory (also in winnt/system32 if you copied it there) with the Dll from PHP 5.2.1

You can download the second one from here:
http://www.php.net/get/php-5.2.1-Win32.zip/from/a/mirror

Regards,
Fernando Gabrieli

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章