Kub-AT / php-simple-html-dom-parser

PHP Simple HTML DOM Parser fork http://simplehtmldom.sourceforge.net/ (simplehtmldom - PHP 7.3+ compatible)
MIT License
155 stars 43 forks source link

Maximum execution time of 60 seconds exceeded in simple_html_dom.php on line 146 #5

Closed Simply007 closed 5 years ago

Simply007 commented 5 years ago

I have a similar problem as it is described in:

Would you take a look into it? It looks like it happened only in some specific PHP version.

Error:

PS C:\projects\kentico-cloud-sample-app-php> php artisan serve
Laravel development server started: <http://127.0.0.1:8000>
[Tue Sep 17 15:42:21 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:42:21 2019] PHP Stack trace:
[Tue Sep 17 15:42:21 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:43:52 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:43:52 2019] PHP Stack trace:
[Tue Sep 17 15:43:52 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:44:52 2019] PHP Fatal error:  Maximum execution time of 60 seconds exceeded in C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php on line 146
[Tue Sep 17 15:44:52 2019] PHP Stack trace:
[Tue Sep 17 15:44:52 2019] PHP   1. simple_html_dom\simple_html_dom_node->__destruct() C:\projects\kentico-cloud-sample-app-php\vendor\kub-at\php-simple-html-dom-parser\src\KubAT\PhpSimple\lib\simple_html_dom.php:0
[Tue Sep 17 15:44:53 2019] 127.0.0.1:55071 [200]: /favicon.ico

Repro steps

Kub-AT commented 5 years ago

Hi, I am not author of main code (just extra psr class and composer config), here I'm using external library "PHP Simple HTML DOM Parser" hosted on Sourceforge With all bugs or feature requests you should go there https://sourceforge.net/projects/simplehtmldom/

Simply007 commented 5 years ago

FYI: Ticket created: