Skip to content

Commit 7857fff

Browse files
committed
Update ext.yml
1 parent c780ba8 commit 7857fff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ext.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
processed=0
197197
while IFS= read -r row; do
198198
if [[ -n "$row" ]]; then
199-
ext=$(echo "$row" | jq -r '.ext')
199+
ext=$(echo "$row" | jq -r '.ext' | tr '[:upper:]' '[:lower:]')
200200
ver=$(echo "$row" | jq -r '.ver')
201201
original_ext="$ext"
202202
@@ -447,9 +447,6 @@ jobs:
447447
2. Extract the archive to your PHP installation directory
448448
3. Restart your web server
449449
450-
🎯 **Naming Convention:**
451-
\`php-ext-pack-{VERSION}-{TS/NTS}-Win32-{TOOLSET}-x64.zip\`
452-
453450
🛠️ **Toolset Mapping:**
454451
- \`vc15\` - Visual Studio 2017 (PHP 7.x)
455452
- \`vs16\` - Visual Studio 2019 (PHP 8.0-8.3)

0 commit comments

Comments
 (0)