Fix enabling xml extension for PECL

This commit is contained in:
Shivam Mathur
2022-01-13 05:22:02 +05:30
parent e480353a3d
commit 62d47dd238
2 changed files with 3 additions and 1 deletions

View File

@ -104,6 +104,7 @@ add_devtools() {
# Function to handle request to add PECL.
add_pecl() {
enable_extension xml extension >/dev/null 2>&1
configure_pecl >/dev/null 2>&1
pear_version=$(get_tool_version "pecl" "version")
add_log "${tick:?}" "PECL" "Found PECL $pear_version"