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

fix warming "Deprecated Creation of dynamic property" - PHP 8.2 #256

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rgarofalo
Copy link

@rgarofalo rgarofalo commented Jun 25, 2024

Starting from PHP 8.2, Dynamic Properties in object is deprecated.

`Deprecated: Creation of dynamic property BIBTEXPARSE::$entries is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 85

Deprecated: Creation of dynamic property BIBTEXPARSE::$undefinedStrings is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 85

Deprecated: Creation of dynamic property BIBTEXPARSE::$strings is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 85

Deprecated: Creation of dynamic property BIBTEXPARSE::$preamble is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 85

Deprecated: Creation of dynamic property BIBTEXPARSE::$count is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 86

Deprecated: Creation of dynamic property BIBTEXPARSE::$fieldExtract is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 87

Deprecated: Creation of dynamic property BIBTEXPARSE::$removeDelimit is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 88

Deprecated: Creation of dynamic property BIBTEXPARSE::$expandMacro is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 89

Deprecated: Creation of dynamic property BIBTEXPARSE::$parseFile is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 90

Deprecated: Creation of dynamic property BIBTEXPARSE::$outsideEntry is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 91

Deprecated: Creation of dynamic property BIBTEXPARSE::$userStrings is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 131

Deprecated: Creation of dynamic property BIBTEXPARSE::$bibtexString is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 116

Deprecated: Creation of dynamic property BIBTEXPARSE::$currentLine is deprecated in /var/www/clients/client5/web840/web/wp-content/plugins/teachpress/includes/bibtexParse/BIBTEXPARSE.php on line 122`

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

Successfully merging this pull request may close these issues.

1 participant