Merge pull request #59 from linuxserver/master-php-redis

This commit is contained in:
Adam 2023-04-13 14:25:02 +01:00 committed by GitHub
commit bbe151d5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN \
php81-ldap \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-pecl-redis \
php81-phar \
php81-sodium \
php81-sqlite3 \

View File

@ -25,6 +25,7 @@ RUN \
php81-ldap \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-pecl-redis \
php81-phar \
php81-sodium \
php81-sqlite3 \

View File

@ -25,6 +25,7 @@ RUN \
php81-ldap \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-pecl-redis \
php81-phar \
php81-sodium \
php81-sqlite3 \

View File

@ -276,6 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **13.04.23:** - Add php81-pecl-redis for redis support.
* **28.12.22:** - Rebase to Alpine 3.17, migrate to s6v3.
* **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
* **14.05.22:** - Add php7-sodium for v6.

View File

@ -75,6 +75,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.04.23:", desc: "Add php81-pecl-redis for redis support." }
- { date: "28.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
- { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
- { date: "14.05.22:", desc: "Add php7-sodium for v6." }