are there any plans on releasing an data adapter library for php without the need of pthreads and zts.
i think the community needs an more out of the box solution without the need to recompile things and stay outdated
what am i going to do in my production server? recompile php with zts and pthreads every time a security update comes out?

the minimal solution is to replace pthreads with https://github.com/krakjoe/pthreads-polyfill

Thanks
Nikos