Fix setup for cached OCI extensions

This commit is contained in:
Shivam Mathur
2021-09-19 02:41:04 +05:30
parent 31971c78cd
commit 48aac87d46

View File

@ -43,6 +43,8 @@ add_oci_helper() {
patch_phpize
add_extension_from_source "$ext" https://github.com php php-src "$(php_src_tag)" extension get
restore_phpize
else
enable_extension "$ext" extension
fi
}