-
Notifications
You must be signed in to change notification settings - Fork 99
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
Deprecation notice: Creation of dynamic property in phpthumb.class.php #214
Comments
Apparently dynamic properties have become deprecated in PHP 8.2: If someone wants to submit a PR with a suggestion of how to sensibly fix this I'd be interested. |
I've tried the #[AllowDynamicProperties] but no success: |
I could sove the problem locally with adding a I will submit a PR. |
Thank you, your PR is much appreciated. |
Hi there.
I'm getting a deprecation notice about creation of dynamic properties:
Deprecated: Creation of dynamic property phpthumb::$hash is deprecated in /vendor/james-heinrich/phpthumb/phpthumb.class.php on line 391
phpThumb() v1.7.20-202212091316
Edit: I'm using PHP 8.2
The text was updated successfully, but these errors were encountered: