Skip to content

Commit e59c42d

Browse files
committed
php81 needs to use the oci8-3.2.1 extension version
Source: https://pecl.php.net/package/oci8
1 parent 630c69d commit e59c42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/oci8-extension.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ rm /tmp/instantclient-sqlplus-linux.x64-21.6.0.0.0dbru.zip
2525
ln -s /usr/local/instantclient_21_6 /usr/local/instantclient
2626
ln -s /usr/local/instantclient/sqlplus /usr/bin/sqlplus
2727

28-
echo 'instantclient,/usr/local/instantclient' | pecl install oci8
28+
echo 'instantclient,/usr/local/instantclient' | pecl install oci8-3.2.1
2929
docker-php-ext-enable oci8
3030
echo 'oci8.statement_cache_size = 0' >> /usr/local/etc/php/conf.d/docker-php-ext-oci8.ini

0 commit comments

Comments
 (0)