Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

[Feature Request] Enable Thread Safety

Open investlab opened this issue 5 months ago • 1 comments

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.

investlab avatar Mar 22 '24 08:03 investlab

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:

  • php:8.2-zts
  • php-dev:8.2-zts
  • php-apache:8.2-zts
  • php-nginx:8.2-zts
  • php-apache-dev:8.2-zts
  • php-nginx-dev:8.2-zts (and of course for all other PHP versions).

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.

htuscher avatar Mar 22 '24 08:03 htuscher