Added various extensions to PHP 8.0 and PHP 8.1

This commit is contained in:
cytopia
2020-12-11 17:08:14 +01:00
parent f6015c766a
commit ec8fc4eab6
10 changed files with 204 additions and 47 deletions

View File

@@ -555,8 +555,6 @@ phpize \
&& ./configure --enable-redis ${REDIS_ARGS} \
&& make -j$(getconf _NPROCESSORS_ONLN) \
&& make install \
&& rm -rf /usr/local/include/php/ext/igbinary \
&& rm -rf /usr/local/include/php/ext/msgpack \
\
# Enabling
&& docker-php-ext-enable redis \