This commit is contained in:
Shivam Mathur 2020-07-18 08:33:47 +05:30
parent 5f4e36899d
commit 64f2725968
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -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/"