Author: Shivam Mathur (shivammathur)
Committer: Derick Rethans (derickr)
Date: 2025-11-16T15:16:35Z
Commit: Fetch windows QA releases file · php/web-master@f04785a · GitHub
Raw diff: https://github.com/php/web-master/commit/f04785aa1eeb94e43856d0b0cb160f2f8bf520fd.diff
Fetch windows QA releases file
Changed paths:
M scripts/update-backend
Diff:
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)