From a3c43570d2e8304a6eedbfaa3b211e3d751e39b2 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 15 Nov 2025 02:16:52 +0530 Subject: [PATCH] Fetch windows QA releases file --- scripts/update-backend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update-backend b/scripts/update-backend index 49ec711..bdfdb4b 100755 --- a/scripts/update-backend +++ b/scripts/update-backend @@ -51,6 +51,8 @@ usergroups_update_infos($root); fetch_into_file("https://downloads.php.net/~windows/releases/releases.json", "$root/backend/win-releases.json"); +fetch_into_file("https://downloads.php.net/~windows/qa/releases.json", "$root/backend/win-qa-releases.json"); + // Fetch data into a temporary file first, and then // overwrite the real file with the new data function fetch_into_file($url, $file)