summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mashinfo.el102
-rw-r--r--wizard/index.php11
2 files changed, 5 insertions, 8 deletions
diff --git a/mashinfo.el10 b/mashinfo.el10
index a43abbf8..444b3137 100644
--- a/mashinfo.el10
+++ b/mashinfo.el10
@@ -80,9 +80,7 @@ vips-magick-gm
# Library missing in EPEL - temporary
scl-utils
scl-utils-build
-SDL2_mixer
SDL2_ttf
-opusfile
fann
leveldb
diffmark
diff --git a/wizard/index.php b/wizard/index.php
index 6eaa2331..9d0c5712 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -109,10 +109,10 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.1 (active support until November 2026)',
- '8.3' => '8.3.14 (active support until December 2025)',
- '8.2' => '8.2.26 (active support until December 2024)',
+ '8.4' => '8.4.2 (active support until November 2026)',
+ '8.3' => '8.3.15 (active support until December 2025)',
':secure' => 'Security only versions',
+ '8.2' => '8.2.27 (security only support until December 2025)',
'8.1' => '8.1.31 (security only support until December 2025)',
':eol' => 'Deprecated versions - usage discouraged',
'8.0' => '8.0.30 (no upstream support since November 2023)',
@@ -124,9 +124,8 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019)',
];
$phptest = [
- '8.4' => '8.4.2RC1',
- '8.3' => '8.3.15RC1',
- '8.2' => '8.2.27RC1',
+ '8.4' => '8.4.3RC1',
+ '8.3' => '8.3.16RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);