Merge pull request #254 from linuxserver/opcache

This commit is contained in:
Adam 2025-01-05 10:04:57 +00:00 committed by GitHub
commit 3236a68411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN \
php83-gd \
php83-ldap \
php83-mysqlnd \
php83-opcache \
php83-pdo_mysql \
php83-pecl-memcached \
php83-tokenizer \

View File

@ -22,6 +22,7 @@ RUN \
php83-gd \
php83-ldap \
php83-mysqlnd \
php83-opcache \
php83-pdo_mysql \
php83-pecl-memcached \
php83-tokenizer \

View File

@ -133,6 +133,7 @@ init_diagram: |
"bookstack:latest" <- Base Images
# changelog
changelogs:
- {date: "04.01.25:", desc: "Add php-opcache."}
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
- {date: "11.10.24:", desc: "Default to environment config over .env file config."}
- {date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}