simple_html_dom icon indicating copy to clipboard operation
simple_html_dom copied to clipboard

PHP 7.2.5

Open songwutk opened this issue 6 years ago • 2 comments

php 7.2.5

PHP Warning: file_get_contents(): stream does not support seeking in simple_html_dom.php on line 90 PHP Warning: file_get_contents(): Failed to seek to position -1 in the stream in simple_html_dom.php on line 90

songwutk avatar May 22 '18 12:05 songwutk

I think that's the expected behavior. See:

https://stackoverflow.com/questions/42685814/file-get-contents-stream-does-not-support-seeking-when-was-php-behavior-abo

samacs avatar May 22 '18 13:05 samacs

You could use http://php.net/manual/fr/function.stream-get-contents.php and https://github.com/guzzle/streams/blob/master/src/LimitStream.php to read a buffered stream. I might give it a roll but if you have the time you could open a PR.

samacs avatar May 22 '18 13:05 samacs