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

Error/warning when running on PHP 8.3 #133

Closed
babaks-git opened this issue Aug 30, 2024 · 2 comments
Closed

Error/warning when running on PHP 8.3 #133

babaks-git opened this issue Aug 30, 2024 · 2 comments

Comments

@babaks-git
Copy link

PHP 8.3 issues the following errors/warnings:

  • Deprecated: Creation of dynamic property AcademicDisplay::$entries is deprecated in [...]bibtexbrowser.php on line 3342
  • Deprecated: Creation of dynamic property AcademicDisplay::$title is deprecated in [...]bibtexbrowser.php on line 3334
  • Deprecated: Creation of dynamic property AcademicDisplay::$db is deprecated in [...]bibtexbrowser.php on line 3362

I use it without issues on PHP 8.2 here, but we are preparing to upgrade PHP. Despite the error messages, the output on PHP 8.3 looks fine to me, but the messages show up at the top of the page. Not a nice first impression!

I guess I can hack my way (as usual) to fixing the code, but if anyone has a solution already to update the code to be compatible with PHP 8.3 I'd appreciate it.

@monperrus
Copy link
Owner

Thanks for the bug report @babaks-git. Could you try again with the latest version?

@monperrus
Copy link
Owner

fixed in master

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