Skip to content

Fix PHP 8+ related issues.#29

Merged
ChadSikorra merged 2 commits into
mainfrom
patch/php-upgrade
May 24, 2026
Merged

Fix PHP 8+ related issues.#29
ChadSikorra merged 2 commits into
mainfrom
patch/php-upgrade

Conversation

@ChadSikorra

Copy link
Copy Markdown
Contributor

This addresses some remaining PHP 8+ issues in the current codebase. A future update will address these properly and bump the required PHP version.

Comment on lines +294 to +296
if (\PHP_VERSION_ID < 80100) {
$pduProperty->setAccessible(true);
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unfortunately very hacky but needed. I'll revisit all this when I actually upgrade the PHP version requirements for this library.

@ChadSikorra ChadSikorra merged commit f553d58 into main May 24, 2026
42 checks passed
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