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

[REF][PHP8.1] Apply PR patch to fix issue in php8.1 where mysqli erro… #23996

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

seamuslee001
Copy link
Contributor

…r reporting changed

Overview

This applies the following PR pear/DB#13 to ensure that mysqli reporting when run via this package is the same in php8.1 as in php8.0

Before

Mysqli reporting had changed in php8.1 which meant that the package was not working the same as before

After

Package change to ensure that it works the same by altering mysqli php error report level back to the original default

ping @eileenmcnaughton @totten @demeritcowboy

@civibot
Copy link

civibot bot commented Jul 13, 2022

(Standard links)

@civibot civibot bot added the master label Jul 13, 2022
@seamuslee001
Copy link
Contributor Author

Jenkins re test this please

@eileenmcnaughton eileenmcnaughton merged commit 4c2e947 into civicrm:master Jul 18, 2022
@eileenmcnaughton eileenmcnaughton deleted the php8_1_pear_db branch July 18, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants