Problem/Motivation
We no longer need that with PHP 8.5 minimum.
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3574284
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3574284-remove-pdoconnection-from
changes, plain diff MR !14817
Comments
Comment #3
mondrakeComment #4
smustgrave commentedDoes this need to be deprecated?
Comment #5
mondrakeI don't think so if we limit this to D12+, as it requires PHP 8.5 where this class is not needed. In D11 it cannot be deprecated because PHP 8.3 still requires the class. Should probably have been removed when removing deprecated code for the Database API, but we missed that.
Comment #6
smustgrave commentedThanks for the explanation. Makes sense.
Comment #7
longwaveYep just some cleanup that we missed in 12.x.