Uh oh!
There was an error while loading. Please reload this page.
phpize: Can not build extensions with config[0-9].m4 - #384
Closed
estahn wants to merge 1 commit into
Closed
Conversation
estahn
commented
Mar 28, 2017
Author
@yosifkit Thoughts? |
tianon
commented
Dec 22, 2017
Member
Sorry for the long delay. Using See #89 for some additional discussion on the topic. I'm still not 100% convinced this is justifiable to include by default though, given the low usage in included extensions: root@d5f28c8fbe17:/var/www/html# find /usr/src/php/ext -name 'config[0-9].m4'| sort/usr/src/php/ext/date/config0.m4/usr/src/php/ext/libxml/config0.m4/usr/src/php/ext/mysqlnd/config9.m4/usr/src/php/ext/openssl/config0.m4/usr/src/php/ext/pcre/config0.m4/usr/src/php/ext/recode/config9.m4/usr/src/php/ext/sqlite3/config0.m4/usr/src/php/ext/zlib/config0.m4(most of those are already included by default) |
yosifkit
commented
May 17, 2018
Member
Closing as the only one listed by @tianon that is not installed by default is FROM php:7.2
RUN apt-get update \
&& apt-get install -y librecode0 librecode-dev \
&& rm -rf /var/lib/apt/lists/*
&& docker-php-ext-install recode \
&& apt-get purge -y --auto-remove librecode-dev |
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 freeto 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.
https://bugs.php.net/bug.php?id=53571