Skip to content

Commit

Permalink
feat(php): install minimal php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 12, 2024
1 parent 1dc70f3 commit 98a4a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn setup() -> Result<String, Error> {
if php_extensions.is_empty() {
dag().set_envs(vec![(
"PHP_EXTENSIONS".into(),
"imagick ds pdo_sqlite pdo_mysql pdo_pgsql pgsql".into(),
"imagick ds pdo_sqlite pdo_mysql pdo_pgsql pdo_sqlite".into(),
)])?;
}

Expand Down

0 comments on commit 98a4a52

Please sign in to comment.