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
It seems that this is your PHP environment problem.
Please set the larger Maximum execution time in php.ini or use the ini_set or set_time_limit.
You can see more details about this.
Could you please verify that there is absolutely no problem with destructor on line 140 in simple_html_dom.php? I integrated this library with Laravel and have one usage in total (one new HtmlDomParser()) and I always get stuck at infinite loop of __destruct() calls. I feel like I tried everything and can't get to the bottom of this. Thank you!
Update: The issue described only happens when using PHP v7.1.13, version 7.1.14 is having no problems and version 7.1.1 also did not encounter these issues.
My class like this
The text was updated successfully, but these errors were encountered: