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 c780ba8 commit 7857fffCopy full SHA for 7857fff
.github/workflows/ext.yml
@@ -196,7 +196,7 @@ jobs:
196
processed=0
197
while IFS= read -r row; do
198
if [[ -n "$row" ]]; then
199
- ext=$(echo "$row" | jq -r '.ext')
+ ext=$(echo "$row" | jq -r '.ext' | tr '[:upper:]' '[:lower:]')
200
ver=$(echo "$row" | jq -r '.ver')
201
original_ext="$ext"
202
@@ -447,9 +447,6 @@ jobs:
447
2. Extract the archive to your PHP installation directory
448
3. Restart your web server
449
450
- 🎯 **Naming Convention:**
451
- \`php-ext-pack-{VERSION}-{TS/NTS}-Win32-{TOOLSET}-x64.zip\`
452
-
453
🛠️ **Toolset Mapping:**
454
- \`vc15\` - Visual Studio 2017 (PHP 7.x)
455
- \`vs16\` - Visual Studio 2019 (PHP 8.0-8.3)
0 commit comments