mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-03-24 00:52:19 +01:00
Fix reading vs16 and newer dependencies in phpsdk_dllmap.php
This commit is contained in:
@@ -65,7 +65,7 @@ foreach ($dirs as $path) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!preg_match(",.*-(vc\d+)-(x\d\d)\.zip,", $filename, $m)) {
|
||||
if (!preg_match(",.*-(v[c|s]\d+)-(x\d\d)\.zip,", $filename, $m)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user