summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-07-19 15:04:28 +0200
committerRemi Collet <remi@php.net>2026-07-19 15:04:28 +0200
commit29b3ab08848de293a72ef6f1786df3620e7d47ad (patch)
tree2a049a590979e20b12099be823d1f70395160240
parentd189454ce36a6cc5d003284c0e10c50b1e28d5e3 (diff)
Wizard: update versions
-rw-r--r--wizard/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 8023ebe0..df15fc70 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -119,7 +119,7 @@ $phpvers = [
];
$phpname = [
':devel' => 'Development version, not ready for production',
- '8.6' => '8.6.0alpha1',
+ '8.6' => '8.6.0alpha2',
':stable' => 'Stable versions - usage recommended',
'8.5' => '8.5.8 (active support until December 2027)',
'8.4' => '8.4.23 (active support until December 2026)',
@@ -137,8 +137,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only',
];
$phptest = [
-// '8.5' => '8.5.8RC1',
-// '8.4' => '8.4.23RC1',
+ '8.5' => '8.5.9RC1',
+ '8.4' => '8.4.24RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);