Skip to content

Commit

Permalink
Merge pull request #28 from linuxserver/pdo_mysql
Browse files Browse the repository at this point in the history
Replace php mysqli with php pdo_pgsql
  • Loading branch information
nemchik authored Dec 7, 2023
2 parents 37e6db2 + 7326f17 commit 286ab1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
php82-gd \
php82-mysqli \
php82-pdo_mysql \
php82-pdo_pgsql \
php82-pdo_sqlite && \
echo "**** install librespeed ****" && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
php82-gd \
php82-mysqli \
php82-pdo_mysql \
php82-pdo_pgsql \
php82-pdo_sqlite && \
echo "**** install librespeed ****" && \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.12.23:", desc: "Replace php mysqli with php pdo_pgsql." }
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
- { date: "14.05.23:", desc: "Added support for ipinfo.io" }
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
Expand Down

0 comments on commit 286ab1e

Please sign in to comment.