monperrus / bibtexbrowser

Beautiful publication lists with bibtex and PHP (standalone or in Wordpress)
http://www.monperrus.net/martin/bibtexbrowser/
84 stars 54 forks source link

Fix php82 deprecation warnings #121

Closed Sanic closed 1 year ago

Sanic commented 1 year ago

Hi!

In PHP8.2, the dynamic declaration of class properties has been deprecated. See https://php.watch/versions/8.2/dynamic-properties-deprecated for some examples. This PR provides a fix to these warnings.

monperrus commented 1 year ago

thanks a lot @Sanic