Skip to content

Commit

Permalink
feat(php): preenable sqlite extension
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 25, 2023
1 parent 9733370 commit b5afc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export DEBIAN_FRONTEND="noninteractive"

set -e
EXTENSIONS="bcmath bz2 curl gd gmp intl opcache pgsql mysql readline soap xml xsl zip"
EXTENSIONS="bcmath bz2 curl gd gmp intl opcache pgsql mysql readline soap xml xsl zip sqlite"

if [[ "$DISABLEALLEXTENSIONS" == "true" ]]; then
EXTENSIONS=""
Expand Down

0 comments on commit b5afc0c

Please sign in to comment.