Author: Shivam Mathur (shivammathur) Committer: GitHub (web-flow) Pusher: derickr Date: 2025-09-23T17:03:49+01:00
Commit: https://github.com/php/web-php/commit/045d5a3c11659adc0c1a6ad7586cd3df1ddda247 Raw diff: https://github.com/php/web-php/commit/045d5a3c11659adc0c1a6ad7586cd3df1ddda247.diff Fix broken Windows builds links after new releases (#1447) Changed paths: M include/download-instructions/windows-downloads.php Diff: diff --git a/include/download-instructions/windows-downloads.php b/include/download-instructions/windows-downloads.php index 3262836602..89e7525bcc 100644 --- a/include/download-instructions/windows-downloads.php +++ b/include/download-instructions/windows-downloads.php @@ -1,5 +1,5 @@ <?php -$baseDownloads = 'https://downloads.php.net/~windows/releases/'; +$baseDownloads = 'https://downloads.php.net/~windows/releases/archives/'; $dataStr = @file_get_contents(__DIR__ . '/../../backend/win-releases.json'); $releases = $dataStr ? json_decode($dataStr, true) : null;
