summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-29 12:27:02 +0100
committerRemi Collet <remi@php.net>2025-01-29 12:27:02 +0100
commit7e2b8f6af906076a7e01d22d1b10be640edb6c6f (patch)
tree5fb2ada5b95b025a21b023717dcf8d1ba5cd1f59
parentd9d57475cdf1b4353d3c29ac07126942f813b150 (diff)
add new RCsHEADmaster
-rwxr-xr-xcheck.php2
-rw-r--r--wizard/index.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/check.php b/check.php
index b425b6dc..4abe3529 100755
--- a/check.php
+++ b/check.php
@@ -106,10 +106,10 @@ $mirrors = [
$testing = [
'http://mirrors.ukfast.co.uk/sites/remi/', // 2025-01-28
'http://remi.conetix.com.au/', // 2025-01-22
+ 'https://mirror.usi.edu/pub/remi/', // 2024-04-03 / 2025-01-29
];
$disabled = [
'https://repo1.vetta.net.nz/remi/', // 2025-01-17 (too slow)
- 'https://mirror.usi.edu/pub/remi/', // 2024-04-03
'http://mirror.xeonbd.com/remi/',
'https://mirror.telkomuniversity.ac.id/remi/',
'http://mirror.uta.edu.ec/remi/',
diff --git a/wizard/index.php b/wizard/index.php
index cb33904c..9e344564 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -124,8 +124,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019)',
];
$phptest = [
-// '8.4' => '8.4.3RC1',
-// '8.3' => '8.3.16RC1',
+ '8.4' => '8.4.4RC1',
+ '8.3' => '8.3.17RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);