Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: generate libphp for the Alpine variant of ZTS builds #1342

Merged
merged 2 commits into from
Nov 14, 2022

Conversation

dunglas
Copy link
Contributor

@dunglas dunglas commented Nov 13, 2022

The most popular use case for ZTS builds is to embed PHP in multithreaded programs such as FrankenPHP or NGINX Unit.

Unfortunately, generating libphp (which is necessary for this use case), is explicitly disabled for Alpine variants of the ZTS build.

This PR includes libphp in all ZTS builds (but not for the Alpine CLI variants, to keep the Alpine CLI image as small as possible).

Follows and fixes #1331 (comment).

@tianon tianon merged commit 7894e03 into docker-library:master Nov 14, 2022
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Nov 15, 2022
Changes:

- docker-library/php@7894e03: Enable "embed" for the Alpine variant of ZTS builds (docker-library/php#1342)
@dunglas dunglas deleted the embed-zts branch November 15, 2022 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants