On Tue, Sep 22, 2009 at 5:46 PM, Matthew Weier O'Phinney <[email protected]> wrote: > -- till <[email protected]> wrote > (on Tuesday, 22 September 2009, 05:09 PM +0200): >> 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? > > Because it was leading to other issues. > > BC breaks, while regrettable, are allowed if they fix a more fundamental > issue. >
Oh, that's new (to me). :-) Till
