Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Add php8.0-memcached and php8.0-redis which are now available (#42)
Browse files Browse the repository at this point in the history
Add comment about in-core json and removed xmlrpc
  • Loading branch information
rfay authored Jan 26, 2021
1 parent b657b21 commit 1dfe98a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ ENV php73_amd64=$php72_amd64
ENV php73_arm64=$php72_arm64
ENV php74_amd64="apcu apcu-bc bcmath bz2 curl cli common fpm gd intl json ldap mbstring memcached mysql opcache pgsql readline redis soap sqlite3 xdebug xml xmlrpc zip"
ENV php74_arm64=$php74_amd64
ENV php80_amd64="apcu bcmath bz2 curl cli common fpm gd intl ldap mbstring mysql opcache pgsql readline soap sqlite3 xdebug xml zip"

# As of php8.0 json is now part of core package and xmlrpc has been removed from PECL
ENV php80_amd64="apcu bcmath bz2 curl cli common fpm gd intl ldap mbstring memcached mysql opcache pgsql readline redis soap sqlite3 xdebug xml zip"
ENV php80_arm64=$php80_amd64

RUN for v in $PHP_VERSIONS; do \
Expand Down

0 comments on commit 1dfe98a

Please sign in to comment.