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
The original DOM parser library used https://github.com/sunra/php-simple-html-dom-parser. It seems that sunra/php-simple-html-dom-parser library has been abandoned.
Due the recent changes in PHP7.3 (PCRE engine). It's showing lots of warnings. That repo already has a PR sunra/php-simple-html-dom-parser#63 . But kept un-marged. So planning to change this library in future.
PHP Warning: preg_match(): Compilation failed: invalid range in character class at offset 4 in /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php on line 1378
PHP Stack trace:
PHP 1. {main}() /var/www/DSE-Share-Market-Update/test.php:0
PHP 2. ShahariaAzam\BDStockExchange\StockPrice->getCSEPricing() /var/www/DSE-Share-Market-Update/test.php:6
PHP 3. ShahariaAzam\BDStockExchange\StockPrice\CSE->getPricing() /var/www/DSE-Share-Market-Update/src/StockPrice.php:37
PHP 4. Sunra\PhpSimple\HtmlDomParser::str_get_html() /var/www/DSE-Share-Market-Update/src/StockPrice/CSE.php:28
PHP 5. call_user_func_array:{/var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/HtmlDomParser.php:21}() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/HtmlDomParser.php:21
PHP 6. simplehtmldom_1_5\str_get_html() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/HtmlDomParser.php:21
PHP 7. simplehtmldom_1_5\simple_html_dom->load() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:102
PHP 8. simplehtmldom_1_5\simple_html_dom->parse() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:1081
PHP 9. simplehtmldom_1_5\simple_html_dom->read_tag() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:1187
PHP 10. preg_match() /var/www/DSE-Share-Market-Update/vendor/sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:1378
The text was updated successfully, but these errors were encountered:
The original DOM parser library used
https://github.com/sunra/php-simple-html-dom-parser
. It seems thatsunra/php-simple-html-dom-parser
library has been abandoned.Due the recent changes in PHP7.3 (PCRE engine). It's showing lots of warnings. That repo already has a PR sunra/php-simple-html-dom-parser#63 . But kept un-marged. So planning to change this library in future.
The text was updated successfully, but these errors were encountered: