We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b6aac commit 53d6289Copy full SHA for 53d6289
bin/phpsdk_dllmap.php
@@ -65,7 +65,7 @@
65
continue;
66
}
67
68
- if (!preg_match(",.*-(vc\d+)-(x\d\d)\.zip,", $filename, $m)) {
+ if (!preg_match(",.*-(v[c|s]\d+)-(x\d\d)\.zip,", $filename, $m)) {
69
70
71
0 commit comments