Author: Pierrick Charron (adoy)
Date: 2025-12-18T14:24:00-05:00

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

Update windows download link in createReleaseEntry

Changed paths:
  M  bin/createReleaseEntry


Diff:

diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry
index 38d8fa7941..a9dcf1e658 100755
--- a/bin/createReleaseEntry
+++ b/bin/createReleaseEntry
@@ -36,7 +36,7 @@ $template = <<<EOD
 <p>All PHP $branch users are encouraged to upgrade to this version.</p>
 
 <p>For source downloads of PHP $version please visit our <a 
href="https://www.php.net/downloads.php";>downloads page</a>,
-Windows source and binaries can be found on <a 
href="https://windows.php.net/download/";>windows.php.net/download/</a>.
+Windows source and binaries can also be found <a 
href="https://www.php.net/downloads.php?os=windows&amp;version={$branch}";>there</a>.
 The list of changes is recorded in the <a 
href="https://www.php.net/ChangeLog-{$major}.php#{$version}";>ChangeLog</a>.
 </p>
 EOD;

Reply via email to