php icon indicating copy to clipboard operation
php copied to clipboard

Does not work with PHP 8.2+

Open meinpost opened this issue 1 year ago • 2 comments

It seems that it does not work with PHP 8.2+. Creating a dynamic property is deprecated.

Deprecated: Creation of dynamic property ipinfo\ipinfo\Details::$carrier is deprecated in XXX/vendor/ipinfo/ipinfo/src/Details.php on line 40 PHP Deprecated: Creation of dynamic property ipinfo\ipinfo\Details::$carrier is deprecated in XXX/vendor/ipinfo/ipinfo/src/Details.php on line 40

This failure cost us 817.487 api calls :-(

meinpost avatar Mar 21 '24 03:03 meinpost

Which version do you use? Which steps to reproduce this issue?

I cannot find the dynamic $carrier property that you mention when using the v3.1.2 version.

peter279k avatar Mar 22 '24 05:03 peter279k