From: Roland Häder Date: Fri, 10 Nov 2023 06:26:21 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=99a6fd3e1397936d43af87daeb808839f8eac467;p=mailer.git Continued: - mcrypt is out-dated, so let's count it as bad Signed-off-by: Roland Häder --- 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