Skip to content

Fixes a PHP 8.4 Compatibility Issue #1045

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

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

Conversation

Furex
Copy link

@Furex Furex commented Feb 18, 2025

MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in MysqliDb.php on line 850.

Fixes #1044

MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in MysqliDb.php on line 850.
@avbdr
Copy link
Collaborator

avbdr commented Feb 18, 2025 via email

@Furex
Copy link
Author

Furex commented Feb 19, 2025

This will probably break everything below 7.1, thats when the nullable types was introduced

@pugelarouge
Copy link

If there are concerns about backwards compatibility would it not be wise to branch the project ? start v3 for say > 8.0 (or 7.4 or whatever) and keep a v2.9.x maintenance branch for whatever current minimum is up to 8.3 ??
seems a bit crazy to prevent compatibility (all be it deprecation warnings on start up) with current versions to maintain compatibility with version that are long since EOL ( and looks like this sort of issue will keep growing as php becomes tighter )

https://www.php.net/supported-versions

Thanks

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.

PHP 8.4.4 Compatibility Issues
3 participants