Skip to content

small updates for PHP8.x compatibility#8

Open
tkas wants to merge 2 commits intoddanier:masterfrom
tkas:php8
Open

small updates for PHP8.x compatibility#8
tkas wants to merge 2 commits intoddanier:masterfrom
tkas:php8

Conversation

@tkas
Copy link
Contributor

@tkas tkas commented Sep 4, 2023

Small tweaks for config class definition to be compatible with PHP8 (should be fine for PHP 5+).

@ddanier
Copy link
Owner

ddanier commented Sep 4, 2023

Are those really necessary for compatibility? Why only in this class and not others?

@tkas
Copy link
Contributor Author

tkas commented Sep 4, 2023

I got warnings in logs after upgrade to PHP8, so yes, these were required for me. It seems to be related to interface implementation, so it's not a generic problem of classes.

@tkas
Copy link
Contributor Author

tkas commented Sep 5, 2023

One small tweak found in PostgreSQL used on other instance - second patch added.

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.

2 participants