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

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
2 participants