diff --git a/library/Zend/Db/Adapter/Pdo/Mysql.php b/library/Zend/Db/Adapter/Pdo/Mysql.php index dc6a09668c..ae3d4f410f 100644 --- a/library/Zend/Db/Adapter/Pdo/Mysql.php +++ b/library/Zend/Db/Adapter/Pdo/Mysql.php @@ -110,7 +110,7 @@ protected function _connect() $this->_config['driver_options'][1002] = $initCommand; // 1002 = PDO::MYSQL_ATTR_INIT_COMMAND } - if (PHP_VERSION_ID >= 80100 && Zend_Db_Adapter_Abstract::$isPdoStringifyFetchesBackwardCompatiblePhp8) { + if (PHP_VERSION_ID >= 80100 && Zend_Db_Adapter_Pdo_Abstract::$isPdoStringifyFetchesBackwardCompatiblePhp8) { // ensure $config['driver_options'] is an array $this->_config['driver_options'] = $this->_config['driver_options'] ?? []; if (!isset($this->_config['driver_options'][PDO::ATTR_STRINGIFY_FETCHES])) {