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

PHP Deprecated Messages "Creation of dynamic property" in Error Log #84

Open
Beleggrodion opened this issue Jan 16, 2025 · 0 comments
Open

Comments

@Beleggrodion
Copy link

It looks like that with php 8.3 following messages appear in the roundcube error log:

[16-Jan-2025 08:40:20 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$name is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 50
[16-Jan-2025 08:40:20 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$add_tb_flags is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 52
[16-Jan-2025 08:40:20 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$message_tb_labels is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 59
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$name is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 50
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$name is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 50
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$add_tb_flags is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 52
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$add_tb_flags is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 52
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$message_tb_labels is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 59
[16-Jan-2025 08:40:21 UTC] PHP Deprecated:  Creation of dynamic property thunderbird_labels::$message_tb_labels is deprecated in /data/www/mail.domain.ch/www/plugins/thunderbird_labels/thunderbird_labels.php on line 59

So this coul'd be a problem with newer php versions in the future

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

1 participant