[web-php] master: Fix 8.3.27RC1 download URL
Author: Eric Mann (ericmann)
Date: 2025-10-09T12:06:41-07:00
Commit: https://github.com/php/web-php/commit/e508d9ad8e436f481641679e653834bf50f05e37
Raw diff: https://github.com/php/web-php/commit/e508d9ad8e436f481641679e653834bf50f05e37.diff
Fix 8.3.27RC1 download URL
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 880f0c4604..c92e9a9d97 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -80,7 +80,7 @@
'sha256_gz' =>
'ceb41d62a352335e973fc4f1a41c362ee390afe177274efaa614db702daf2f4e',
'sha256_xz' =>
'2c34e49f4396b8de245970f9717abe4431b46e16b6fa4d937208928931dfc2f5',
'date' => '09 Oct 2025',
- 'baseurl' => 'https://downloads.php.net/',
+ 'baseurl' => 'https://downloads.php.net/~eric/',
],
],
Thread (1 message)
- Eric Mann