mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Use "pdo_emulate_prepares" by default
This commit is contained in:
parent
baaf34f02b
commit
e3c690dca1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ return [
|
|||
// pdo_emulate_prepares (Boolean)
|
||||
// If enabled, the builtin emulation for prepared statements is used.
|
||||
// This can be used as a workaround for the database error "Prepared statement needs to be re-prepared".
|
||||
'pdo_emulate_prepares' => false,
|
||||
'pdo_emulate_prepares' => true,
|
||||
|
||||
// disable_pdo (Boolean)
|
||||
// PDO is used by default (if available). Otherwise MySQLi will be used.
|
||||
|
|
Loading…
Reference in a new issue