79258990

Date: 2024-12-06 18:30:37
Score: 1
Natty:
Report link

Add this DB configuration to settings.php.

'DB' => [
    ...
    'driverOptions' => [
         17 => false, // OR PDO::ATTR_STRINGIFY_FETCHES => false
         20 => false, // OR PDO::ATTR_EMULATE_PREPARES => false
     ]
 ]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Haythem Daoud