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
I'd like to move away from the dependency at some point altogether - but switching to the other repository which has the latest updates of the original package seems like an OK solution for 7.3 support.
I'm not able to test switching the lib today, but will do that early this week - if someone opens a PR w/ the changes I'd take that as well :)
I try to use it on PHP 7.3. and I got
Warning: preg_match(): Compilation failed: invalid range in character class at offset 4
What I found that PHP 7.3. use PCRE2: http://php.net/manual/en/migration73.other-changes.php#migration73.other-changes.pcre witch cause problem in php simple html dom parser sunra/php-simple-html-dom-parser#64
First option is use different library like https://github.com/Kub-AT/php-simple-html-dom-parser
Second options is wait until sunra/php-simple-html-dom-parser have new version.
The text was updated successfully, but these errors were encountered: