Author: Shivam Mathur (shivammathur)
Committer: GitHub (web-flow)
Pusher: shivammathur
Date: 2025-11-15T02:16:52+05:30
Commit: Fetch windows QA releases file · php/web-master@a3c4357 · GitHub
Raw diff: https://github.com/php/web-master/commit/a3c43570d2e8304a6eedbfaa3b211e3d751e39b2.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)