medariox / scrapeer

Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
93 stars 29 forks source link

PHP 8 #27

Open dev1z opened 2 years ago

dev1z commented 2 years ago

Hi @medariox

In php 8 shut up operator(@) is no longer valid and sockets now return on success instance. Any chance to give this an update so it doesn't throw errors and stay future proof? Thank you for your work!

kovalensky commented 10 months ago

It worked with udp trackers on PHP 8.1, could you please elaborate more on what was the problem?