summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mashinfo.el102
-rw-r--r--mashinfo.el82
-rw-r--r--mashinfo.el92
-rw-r--r--wizard/index.php7
4 files changed, 10 insertions, 3 deletions
diff --git a/mashinfo.el10 b/mashinfo.el10
index 6e356350..676a1375 100644
--- a/mashinfo.el10
+++ b/mashinfo.el10
@@ -19,6 +19,8 @@ libcouchbase-libev
libcouchbase-libevent
libcouchbase-libuv
libcouchbase-tools
+md4c
+md4c-devel
gd3php
handlebarsc
libhandlebars5
diff --git a/mashinfo.el8 b/mashinfo.el8
index a9eb1c51..f9280192 100644
--- a/mashinfo.el8
+++ b/mashinfo.el8
@@ -25,6 +25,8 @@ php-symfony4-process
rnp
librnp
librnp-devel
+md4c
+md4c-devel
judy1php
oniguruma5php
qdbm
diff --git a/mashinfo.el9 b/mashinfo.el9
index 46de01f7..1d68a056 100644
--- a/mashinfo.el9
+++ b/mashinfo.el9
@@ -43,6 +43,8 @@ libcouchbase-libev
libcouchbase-libevent
libcouchbase-libuv
libcouchbase-tools
+md4c
+md4c-devel
gd3php
handlebarsc
libhandlebars5
diff --git a/wizard/index.php b/wizard/index.php
index 7606b61c..6eaa2331 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -109,7 +109,7 @@ $phpvers = [
$phpname = [
// ':devel' => 'Development version, not ready for production',
':stable' => 'Stable versions - usage recommended',
- '8.4' => '8.4.0 (active support until November 2026)',
+ '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)',
':secure' => 'Security only versions',
@@ -124,8 +124,9 @@ $phpname = [
'5.6' => '5.6.40 (no upstream support since January 2019)',
];
$phptest = [
-// '8.3' => '8.3.14RC1',
-// '8.2' => '8.2.26RC1',
+ '8.4' => '8.4.2RC1',
+ '8.3' => '8.3.15RC1',
+ '8.2' => '8.2.27RC1',
];
$php = (isset($_POST['php']) && isset($phpvers[$_POST['php']]) ? $_POST['php'] : false);