apply suggestions

This commit is contained in:
DubbleClick
2025-06-06 23:49:58 +07:00
parent b6a1182876
commit a68212672b
8 changed files with 17 additions and 64 deletions

View File

@@ -30,6 +30,6 @@ class dom extends Extension
public function getWindowsConfigureArg($shared = false): string
{
return '--with-dom --with-libxml';
return '--with-dom';
}
}