Skip to content

Commit

Permalink
explicit oci8 pecl repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 18, 2024
1 parent 24446f4 commit a79edc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/8.4-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
php/pecl-mail-imap@25b62dbf7b \
intl \
mysqli \
oci8 \
php/pecl-database-oci8@74893c6e3d \
opcache \
pcntl \
pdo_mysql \
Expand Down
2 changes: 1 addition & 1 deletion data/8.4-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN IPE_ICU_EN_ONLY=1 install-php-extensions \
php/pecl-mail-imap@25b62dbf7b \
intl \
mysqli \
oci8 \
php/pecl-database-oci8@74893c6e3d \
opcache \
pcntl \
pdo_mysql \
Expand Down
2 changes: 1 addition & 1 deletion make.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
in_array($phpVersion, ['8.4'], true) ? 'php/pecl-mail-imap@25b62dbf7b' : 'imap',
'intl',
'mysqli',
'oci8',
in_array($phpVersion, ['8.4'], true) ? 'php/pecl-database-oci8@74893c6e3d' : 'oci8',
'opcache',
'pcntl',
'pdo_mysql',
Expand Down

0 comments on commit a79edc0

Please sign in to comment.