From 99a6fd3e1397936d43af87daeb808839f8eac467 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Nov 2023 07:26:21 +0100 Subject: [PATCH] Continued: - mcrypt is out-dated, so let's count it as bad MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/autoreg_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/autoreg_test.php b/contrib/autoreg_test.php index 76e51eb205..896b2dbe37 100644 --- a/contrib/autoreg_test.php +++ b/contrib/autoreg_test.php @@ -50,6 +50,7 @@ if (function_exists('mcrypt_encrypt')) { } else { // Not detected, not bad but would be good to have print basename(__FILE__) . ': mcrypt support NOT detected. Fix me!
'; + $bad++; } // Output total result -- 2.39.5