zendframework / zend-db

Db component from Zend Framework
BSD 3-Clause "New" or "Revised" License
101 stars 122 forks source link

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

Open sophpie opened 8 years ago

sophpie commented 8 years ago

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 ?

froschdesign commented 8 years ago

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

And then? What will you do with the options?

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/106.