Skip to content

Commit 3236a68

Browse files
authored
Merge pull request #254 from linuxserver/opcache
2 parents 32a45a9 + 72f4063 commit 3236a68

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN \
2222
php83-gd \
2323
php83-ldap \
2424
php83-mysqlnd \
25+
php83-opcache \
2526
php83-pdo_mysql \
2627
php83-pecl-memcached \
2728
php83-tokenizer \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN \
2222
php83-gd \
2323
php83-ldap \
2424
php83-mysqlnd \
25+
php83-opcache \
2526
php83-pdo_mysql \
2627
php83-pecl-memcached \
2728
php83-tokenizer \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ init_diagram: |
133133
"bookstack:latest" <- Base Images
134134
# changelog
135135
changelogs:
136+
- {date: "04.01.25:", desc: "Add php-opcache."}
136137
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
137138
- {date: "11.10.24:", desc: "Default to environment config over .env file config."}
138139
- {date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}

0 commit comments

Comments
 (0)