Fix setup for cached OCI extensions
This commit is contained in:
parent
31971c78cd
commit
48aac87d46
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue