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 630c69d commit e59c42dCopy full SHA for e59c42d
root/tmp/setup/oci8-extension.sh
@@ -25,6 +25,6 @@ rm /tmp/instantclient-sqlplus-linux.x64-21.6.0.0.0dbru.zip
25
ln -s /usr/local/instantclient_21_6 /usr/local/instantclient
26
ln -s /usr/local/instantclient/sqlplus /usr/bin/sqlplus
27
28
-echo 'instantclient,/usr/local/instantclient' | pecl install oci8
+echo 'instantclient,/usr/local/instantclient' | pecl install oci8-3.2.1
29
docker-php-ext-enable oci8
30
echo 'oci8.statement_cache_size = 0' >> /usr/local/etc/php/conf.d/docker-php-ext-oci8.ini
0 commit comments