-- till <klimp...@gmail.com> wrote
(on Tuesday, 22 September 2009, 05:09 PM +0200):
> On Tue, Sep 22, 2009 at 11:39 AM, Jonathan Maron
> <jonathan.a.ma...@gmail.com> 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.

-- 
Matthew Weier O'Phinney
Project Lead            | matt...@zend.com
Zend Framework          | http://framework.zend.com/

Reply via email to