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

Make it possible to set connection driverOptions (eg MYSQLI_CLIENT_SSL) #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sneopu
Copy link

@sneopu sneopu commented Jun 22, 2023

I would like to set the MYSQLI_CLIENT_SSL driverOptions. This requires a change in the connection.
With PHP 7.4 this was fine ... after updating to 8.2 i've got a type error in the ext_localconf.php (int vs array)

$GLOBALS['TYPO3_CONF_VARS']['DB']['Connections']['Default']['driverOptions']['flags'] = MYSQLI_CLIENT_SSL;

This patch works for me.

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