From: Michael Date: Wed, 24 Feb 2021 05:54:49 +0000 (+0000) Subject: Use "pdo_emulate_prepares" by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3c690dca16a838d5e66058b9ddf66a795985807;p=friendica.git Use "pdo_emulate_prepares" by default --- diff --git a/static/defaults.config.php b/static/defaults.config.php index 91a048b945..3e05cab2ba 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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.