You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset in ............/plugins/system/noextlinks/noextlinks.php on line 469
PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset in ............/plugins/system/noextlinks/noextlinks.php on line 469
I see that problem with regular expressions:
PHP 7.3 has updated its regular expression engine to PCRE2, which brings some breaking changes.
I think the dash in referenced expression needs to be escaped.
More: http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.pcre
sunra/php-simple-html-dom-parser#64
The text was updated successfully, but these errors were encountered: