Skip to content

Commit 0a5790b

Browse files
authored
Merge pull request #3720 from morozov/continuousphp-pdo-oci
Switched from PHPBrew-based configuration to the Docker-based
2 parents 66d926b + 8388ebc commit 0a5790b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/continuousphp/install-pdo-oci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
set -euo pipefail
44

5-
phpbrew ext install pdo_oci -- --with-pdo-oci=instantclient,/usr/local/instantclient
5+
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

Comments
 (0)