diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-17 12:20:30 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-17 12:20:30 +0200 |
| commit | d0c601b71b34015908cb3c04d9668cb1ecb465b2 (patch) | |
| tree | 24c60b742392265a9c41338f955517d8857d4098 /wizard/index.php | |
| parent | 812b57ec077fa75382419f8171f19533882d3a82 (diff) | |
add RC
Diffstat (limited to 'wizard/index.php')
| -rw-r--r-- | wizard/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/index.php b/wizard/index.php index db4a4b27..681c38fa 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -135,8 +135,8 @@ $phpname = [ '5.6' => '5.6.40 (no upstream support since January 2019) - SCL and EL-8 only', ]; $phptest = [ -// '8.5' => '8.5.7RC2', -// '8.4' => '8.4.22RC1', + '8.5' => '8.5.8RC1', + '8.4' => '8.4.23RC1', ]; $php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false); |
