You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw'The PHP extension directory is not configured. You may need to set the extension_dir setting in the php.ini file'
55
+
}
56
+
if (-Not(Test-Path-LiteralPath $phpVersion.ExtensionsPath-PathType Container)) {
57
+
throw"The PHP extension directory ""$($phpVersion.ExtensionsPath)"" configured in your php.ini does not exist. You may need to create it, or fix the extension_dir setting in the php.ini file."
0 commit comments