Skip to content

Conversation

@Ayesh
Copy link
Contributor

@Ayesh Ayesh commented Mar 18, 2021

In PHP 8.1, MySQLi default error reporting mode is changed to throw exceptions from the current behavior of just warnings.

Drupal has its own error handling, so it's safe to reset it to the previous behavior.

In [PHP 8.1, MySQLi default error reporting mode is changed](https://php.watch/versions/8.1/mysqli-error-mode) to throw exceptions from the current behavior of just warnings.

Drupal has its own error handling, so it's safe to reset it to the previous behavior.
@dsnopek
Copy link
Contributor

dsnopek commented Jun 22, 2021

Thanks! It looks like this only changes it during install? It'd probably be good to make sure that it's reset to the legacy behavior always.

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