Yes, I've removed threadfunc completely.
Scriptcore never was, and still isn't threadsafe. Using that function was equal to sending your script to a painful death, along with entire server. If you have some functionality that's too heavy for your script to perform then i suggest to either switch to shell_exec and do it in some separate process or move your logic to DLL. There you can do whatever the fuck you want with threads.