how to remove php error "1 threads didn't exit "

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
maani786
Forum Newbie
Posts: 16
Joined: Fri Jul 13, 2007 2:13 am

how to remove php error "1 threads didn't exit "

Post by maani786 »

i am gettting this error at the end of my php web page

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

how can i remove it.

Regards

maani janjua
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post by miro_igov »

The solution depends on how looks the definition of my_thread_global_end()
maani786
Forum Newbie
Posts: 16
Joined: Fri Jul 13, 2007 2:13 am

hi

Post by maani786 »

i ama not using any thread.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

I bet you are. Do you use mysql_connect() anywhere in your code?
Post Reply