Skip to content

mysqli report mode should be per connection instance #12598

Open
@mvorisek

Description

@mvorisek

Description

Currently, the mysqli report mode is per shared driver class mysqli_driver.

related with #12579 (comment) discussion

The motivation for this feature request is safety. Nowdays a lot of code rely on exceptions. And this shared report config is dangerous, as one code may rely on exceptions beiing thrown (as of PHP 8.1 default) and another unrelated code may disable them.

The mysqli_driver class should be completely dropped then.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions