Author: Derick Rethans (derickr)
Date: 2025-04-24T13:12:44+01:00
Commit:
https://github.com/php/web-php/commit/c0800c1d228b080d3fad3506de0da963e2cbaa6e
Raw diff:
https://github.com/php/web-php/commit/c0800c1d228b080d3fad3506de0da963e2cbaa6e.diff
Fix downloads URL
Changed paths:
M include/release-qa.php
Diff:
diff --git a/include/release-qa.php b/include/release-qa.php
index 71003097e8..4fe4c18efa 100644
--- a/include/release-qa.php
+++ b/include/release-qa.php
@@ -93,7 +93,7 @@
'sha256_gz' =>
'b12d97767aeda4624ea1904c1d93303efe4ffe1ba91970a3c5774ad556918e93',
'sha256_xz' =>
'6cb37632eb65ee311cb4427ad070b6ab27fdaf13e8f0103701b2b78907326c93',
'date' => '24 Apr 2025',
- 'baseurl' => 'https://downloads.php.net/~saki',
+ 'baseurl' => 'https://downloads.php.net/~saki/',
],
],
];