Re: php7.3とver8.5.1

2019年7月10日 at 12:19

Uncaught Whoops\Exception\ErrorException: preg_match(): JIT compilation failed

/updates/concrete5-8.5.1/concrete/vendor/filp/whoops/src/Whoops/Exception/Frame.php:58

> if (preg_match('/^(.*)\((\d+)\) : (?:eval\(\)\'d|assert) code$/', $file, $matches)) {


/updates/concrete5-8.5.1/concrete/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:89

>return preg_replace(
"@([A-z]+?://([-\w\.]+[-\w])+(:\d+)?(/([\w/_\.#-]*(\?\S+)?[^\.\s])?)?)@",
"<a href=\"$1\" target=\"_blank\" rel=\"noreferrer noopener\">$1</a>",
$escaped
);

/updates/concrete5-8.5.1/concrete/vendor/filp/whoops/src/Whoops/Util/TemplateHelper.php:225

>$slug = preg_replace('/[^\w\d\-\_]/i', '', $slug);

とか、出てきます。
警告じゃなくてエラーなんです。
テーマエレメンタルでテストしています。

タグ: