Bruce Wells

Results 86 comments of Bruce Wells

The real test is to replicate what PHP does. Some of these expressions don't work in PHP, so no need to support them. Others are easily worked around, so not...

I switched over to voku/simple_html_dom a while back. Glad to see you are maintaining it, but I decided voku/simple_html_dom was a better solution for me.

I was the same, but simple_html_dom is not maintained either from what I see. I would use voku/simple_html_dom. It is an easy port and seems to be maintained. This package...

Yeah, porting to a supported library is always the best. Happy to point you in the right direction. Delete from Packagist if you are not going to maintain it. There...

This should be fixed by PR https://github.com/paquettg/php-html-parser/pull/289

I don't have easy access to PHP 8.1 till after it ships. Will update PR for PHP 8.1 shortly after release if this PR is still open.

This should be fixed by PR https://github.com/paquettg/php-html-parser/pull/289

I agree. Looks like this package has been abandoned. I just switched over to [voku/simple_html_dom](https://packagist.org/packages/voku/simple_html_dom) as it has find that support JQuery style selectors. Simple conversion. Docs here: [InstaDoc](http://phpfui.com/?n=voku%5Chelper&c=HtmlDomParser)

This should be fixed by PR https://github.com/paquettg/php-html-parser/pull/289

This looks like a good fix to me. I also added it to PR https://github.com/paquettg/php-html-parser/pull/289, so you could close this if you wanted.