https://bugs.contribs.org/show_bug.cgi?id=8685

--- Comment #7 from John Crisp <[email protected]> ---
(In reply to Terry Fage from comment #6)
> revoke and renew sees this in message log
> 
> Mar 1 08:25:13 sme92x64 httpd: PHP Deprecated: Function ereg() is deprecated
> in /opt/phpki/html/include/openssl_functions.php on line 764
> Mar 1 08:25:13 sme92x64 httpd: PHP Deprecated: Function ereg() is deprecated
> in /opt/phpki/html/include/openssl_functions.php on line 767
> and that was it

Will be fixed in the next release with

if (preg_match('E-mail Protection', $certtext) && preg_match('Code Signing',
$certtest)) {
        $cert_type = 'email_signing';
    }
if (preg_match('E-mail Protection', $certtext)) {
        $cert_type = 'email';

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to