multithread extension issue

php.internals

Kevin Avila

21 years ago
i have a question about muli-threaded PHP. I have a few custom extentions I am loading, everything works great in the main thread, if I spawn a new thread, my extentions are still loaded and active, but thier functions don't get loaded int the function table for the secondary thread. is there something I am missing to load functions in secondary threads?