We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f12602 commit 3a94a89Copy full SHA for 3a94a89
php/Dockerfile-8.3
@@ -39,6 +39,8 @@ ENV \
39
php83-opcache \
40
php83-ctype \
41
php83-pdo_mysql \
42
+ php83-pgsql \
43
+ php83-pdo_pgsql \
44
php83-pdo_sqlite \
45
php83-sqlite3 \
46
php83-intl \
php/Dockerfile-8.4
@@ -40,6 +40,8 @@ ENV \
php84-opcache \
php84-ctype \
php84-pdo_mysql \
+ php84-pgsql \
+ php84-pdo_pgsql \
php84-pdo_sqlite \
php84-sqlite3 \
47
php84-intl \
0 commit comments