Author: Derick Rethans (derickr)
Date: 2025-08-15T10:57:54+01:00

Commit: 
https://github.com/php/web-php/commit/d5d0d339e156c246dbe84021ba4b2beccdd6c18d
Raw diff: 
https://github.com/php/web-php/commit/d5d0d339e156c246dbe84021ba4b2beccdd6c18d.diff

Also add a (default) entry for the traditional Windows downloads

Changed paths:
  A  include/download-instructions/windows-downloads.php
  M  downloads.php


Diff:

diff --git a/downloads.php b/downloads.php
index ae8ba587d4..364792c9cf 100644
--- a/downloads.php
+++ b/downloads.php
@@ -81,6 +81,7 @@ function option(string $value, string $desc, $attributes = 
[]): string
     'windows' => [
         'name' => 'Windows',
         'variants' => [
+            'windows-downloads' => 'Windows ZIP Downloads',
             'windows-native' => 'Windows Native Build',
             'windows-chocolatey' => 'Windows with Chocolatey',
             'windows-scoop' => 'Windows with Scoop',
diff --git a/include/download-instructions/windows-downloads.php 
b/include/download-instructions/windows-downloads.php
new file mode 100644
index 0000000000..d8a86114e3
--- /dev/null
+++ b/include/download-instructions/windows-downloads.php
@@ -0,0 +1,3 @@
+<p>
+You can find the downloads for Windows on the <a 
href="https://windows.php.net/download#php-<?= $version; ?>">dedicated 
downloads page</a>.
+</p>

Reply via email to