Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Dockerfile.zts for PHP ZTS #166

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Add Dockerfile.zts for PHP ZTS #166

wants to merge 4 commits into from

Conversation

SmetDenis
Copy link
Member

The commit introduces a new Dockerfile, facilitating the usage of PHP with Zend Thread Safety (ZTS) for an enhanced multi-threading support. It also alters the Makefile to integrate a Docker build command for more efficient imagery creation.

The commit introduces a new Dockerfile, facilitating the usage of PHP with Zend Thread Safety (ZTS) for an enhanced multi-threading support. It also alters the Makefile to integrate a Docker build command for more efficient imagery creation.
@SmetDenis SmetDenis changed the title Add Dockerfile for PHP ZTS Add Dockerfile.zts for PHP ZTS Apr 12, 2024
The configs have been updated for improved performance. The opcache.jit has been updated to '1255' and a commented line for opcache.memory_consumption has been added for potential future use.
The memory_consumption directive previously commented out has been enabled for better opcache performance. Additionally, other opcache directives related to file caching have been commented out at this time.
The docker/php-zts.ini file was removed, which contained various PHP settings. The Dockerfile.zts file has been updated to replace the deleted php-zts.ini file with a php.ini file. These changes reflect a shift in PHP configuration strategy.
@SmetDenis SmetDenis added the WIP Work in progress label Apr 14, 2024
@SmetDenis SmetDenis marked this pull request as draft April 14, 2024 17:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
WIP Work in progress
Development

Successfully merging this pull request may close these issues.

1 participant