We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693aac7 commit 2b9ae43Copy full SHA for 2b9ae43
extension/BuildPhpExtension/private/Get-ExtensionConfig.ps1
@@ -147,6 +147,11 @@ Function Get-ExtensionConfig {
147
$config.build_tools += "python"
148
}
149
150
+ if($Extension -eq "oci8_19" -or $Extension -eq "pdo_oci" -or $Extension -eq 'ibm_db2' -or $Extension -eq 'pdo_ibm') {
151
+ $env:AUTO_DETECT_ARGS = 'true'
152
+ $env:AUTO_DETECT_LIBS = 'true'
153
+ }
154
+
155
if($env:AUTO_DETECT_ARGS -eq 'true') {
156
$argument = Get-ArgumentFromConfig $Extension $configW32Content
157
$argumentKey = $argument.Split("=")[0]
0 commit comments