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.
2 parents 66d926b + 8388ebc commit 0a5790bCopy full SHA for 0a5790b
tests/continuousphp/install-pdo-oci.sh
@@ -2,4 +2,5 @@
2
3
set -euo pipefail
4
5
-phpbrew ext install pdo_oci -- --with-pdo-oci=instantclient,/usr/local/instantclient
+docker-php-ext-configure pdo_oci --with-pdo-oci=instantclient,/usr/local/instantclient
6
+sudo -E env PHP_INI_DIR=/usr/local/etc/php docker-php-ext-install pdo_oci
0 commit comments