Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with PHP 8.2+ #72

Open
meinpost opened this issue Mar 21, 2024 · 1 comment
Open

Does not work with PHP 8.2+ #72

meinpost opened this issue Mar 21, 2024 · 1 comment

Comments

@meinpost
Copy link

meinpost commented Mar 21, 2024

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 :-(

@peter279k
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants