1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Update windows download link in createReleaseEntry

This commit is contained in:
Pierrick Charron
2025-12-18 14:24:00 -05:00
parent 8ed610b09c
commit 6f3e138d24

View File

@@ -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;