From 64f2725968628d2e44434280650417dc187d7325 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 18 Jul 2020 08:33:47 +0530 Subject: [PATCH] testing --- src/scripts/ext/oci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ext/oci.sh b/src/scripts/ext/oci.sh index 236af221..8b5a94f5 100644 --- a/src/scripts/ext/oci.sh +++ b/src/scripts/ext/oci.sh @@ -108,7 +108,7 @@ install_extension() { get_php patch_phpize cd "/opt/oracle/php-src-$tag/ext/$ext" || exit 1 - [ "$ext" = "pdo_oci" ] && patch_pdo_oci_config + #[ "$ext" = "pdo_oci" ] && patch_pdo_oci_config sudo phpize && ./configure --with-php-config="$(command -v php-config)" --with-"${ext/_/-}"=instantclient,"$oracle_client" sudo make -j"$(nproc)" sudo cp ./modules/* "$ext_dir/"