-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[BUGFIX] allow to load unclean html without exception #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is only supported as of PHP 5.4 so as long as we support 5.3 we cannot include this |
How about making a new version without 5.3 support. EOL has been long ago |
indeed, it's planned, will be for the next version, if not 1.0 |
Hi. Will this PR merged soon ? |
For anyone else interested in this (for example, if PHP 5.3 support is dropped), I've prepared for this with a fork that resolves the merge conflicts at develop...anotherjames:patch-1 |
We use composer patching to avoid these kind of problems |
@kaystrobach so do I... I must be missing something! :) What do you have in your composer.json to get around it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
fixes #754