Draft
Conversation
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 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.