Skip to content

Commit ffded4a

Browse files
committed
Fix support for pecl pdo extensions on Ubuntu
1 parent 9e6b9d7 commit ffded4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ add_pdo_extension() {
165165
read -r ext ext_name <<< "sqlite3 sqlite3"
166166
fi
167167
add_extension "$ext_name" "$apt_install php$version-$ext" "extension" >/dev/null 2>&1
168-
enable_extension "$pdo_ext" "extension"
168+
add_extension "$pdo_ext" "pecl_install $pdo_ext" "extension" >/dev/null 2>&1
169169
add_extension_log "$pdo_ext" "Enabled"
170170
fi
171171
}

0 commit comments

Comments
 (0)