Problem/Motivation
PHP 8.4 Mysql 8 builds are misconfigured... PHP 8.3 MySQL 8 builds work... let's fix this.
Steps to reproduce
Run 'PHP 8.4 MySQL 8.0'
Proposed resolution
Add the missing driver details ... this got broke after MySQLi introduction.
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3556147
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:
- 3556147-fix-php-8.4
changes, plain diff MR !13686
Comments
Comment #2
alexpottComment #4
alexpottYep this fixed it... see pipeline https://git.drupalcode.org/issue/drupal-3556147/-/pipelines/649985
Comment #5
mondrakeComment #6
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!
Comment #11
catchCommitted/pushed to 11.3.x, thanks!