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

Proposal for Plugin Handover & PHP8 Compatibility Update #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eHtmlu
Copy link

@eHtmlu eHtmlu commented Sep 14, 2024

Hi Nick,

Important

I noticed that the plugin hasn’t been maintained for a few years. Can you imagine handing over the plugin to another developer? I would be interested. 😉 Please let me know what you think about it. 🙏🙂

This pull request updates the comparison operators, as PHP8 changed their interpretation and this caused problems.

Example:
PHP7: "" == 0 results in TRUE
PHP8: "" == 0 results in FALSE

To solve this, I frequently used the empty() function to restore the old behavior as best as possible.

Best regards,
Helmut

…) function approximately restores the old behavior)
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