On Tue, Sep 22, 2009 at 11:39 AM, Jonathan Maron <[email protected]> wrote: > This modification is important to note in ZF 1.9.3: > > http://framework.zend.com/issues/browse/ZF-5606 > > The change will probably break some (older) applications. > > Correct: > > $db = Zend_Db::factory('Pdo_Mysql', $params); > > Incorrect (as of ZF 1.9.3) > > $db = Zend_Db::factory('PDO_MYSQL', $params);
I'm just wondering why this was "fixed" now and not in 2.0? Till
