enable Max Execution Timers for ZTS builds#1382
Merged
tianon merged 2 commits intodocker-library:masterfrom Jun 13, 2023
Merged
enable Max Execution Timers for ZTS builds#1382tianon merged 2 commits intodocker-library:masterfrom
tianon merged 2 commits intodocker-library:masterfrom
Conversation
ba740fe to
6051a44
Compare
6051a44 to
8a6546a
Compare
Contributor
Author
|
This PR is now ready to be merged. |
tianon
reviewed
Jun 12, 2023
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 13, 2023
Changes: - docker-library/php@6fce78bd: enable Max Execution Timers for ZTS builds (docker-library/php#1382)
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 13, 2023
Changes: - docker-library/php@86b8b137: Merge pull request docker-library/php#1416 from infosiftr/bookworm - docker-library/php@7838b365: Add Debian bookworm, remove buster - docker-library/php@6fce78bd: enable Max Execution Timers for ZTS builds (docker-library/php#1382)
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.
php/php-src#10141 has just been merged. It fixes timeout support for ZTS builds on Linux.
This feature will be enabled by default in PHP 8.3. It hasn't been in previous version because it introduces an ABI break, but it's not a big issue when using the Docker images because the extensions are usually compiled against the local version of PHP. This patch enables this fix.