Update PDO

This commit is contained in:
Ahyan Z 2026-06-25 22:11:51 +01:00 committed by GitHub
parent a4ddbeb04a
commit a1c87b45ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ try {
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
PDO::ATTR_EMULATE_PREPARES => false,
PDO::MYSQL_ATTR_SSL_CA => true, // Required for Aiven Cloud Database
PDO::MYSQL_ATTR_SSL_CA => true, // Encapsulated correctly inside the array
]
);
} catch (PDOException $e) {