webdevops / Dockerfile

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx
https://webdevops.io/projects/dockerfiles/
MIT License
1.66k stars 492 forks source link

[Feature Request] Enable Thread Safety #513

Open investlab opened 5 months ago

investlab commented 5 months ago

Dear Development Team,

I'm writing to request the enabling of Thread Safety in our application. This enhancement is critical for improving reliability and performance in handling concurrent access by multiple threads.

Your swift action on this request is highly appreciated.

htuscher commented 5 months ago

Dear @investlab all our images are based on the official php:8.x images. Those base images are not compiled with zts. There are base-images containing zts, but that would require us to build a completely set of tags:

That's a massive amount of computational power and would drastically increase our build times. Due to the small demand of zts images, I could offer you to provide the necessary dockerfiles in the repository, so you can build them yourselves.