zendframework/zend-db

Zend\DB PDO adapter not providing 'options' parameter to PDO driver

Opened this issue · 2 comments

In Zend\Db\Adapter line 299 the PDO Driver constructor is called without options.
Is there a way to not unset the 'options" parameter or re-inject the $options array in the PdoDriver constructor ?

…re-inject the $options array in the PdoDriver constructor ?

And then? What will you do with the options?

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at laminas/laminas-db#106.