Skip to content

Commit d5d0d33

Browse files
committed
Also add a (default) entry for the traditional Windows downloads
1 parent 8735c15 commit d5d0d33

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

downloads.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function option(string $value, string $desc, $attributes = []): string
8181
'windows' => [
8282
'name' => 'Windows',
8383
'variants' => [
84+
'windows-downloads' => 'Windows ZIP Downloads',
8485
'windows-native' => 'Windows Native Build',
8586
'windows-chocolatey' => 'Windows with Chocolatey',
8687
'windows-scoop' => 'Windows with Scoop',
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
You can find the downloads for Windows on the <a href="https://windows.php.net/download#php-<?= $version; ?>">dedicated downloads page</a>.
3+
</p>

0 commit comments

Comments
 (0)