-- Pádraic Brady <[email protected]> wrote (on Wednesday, 21 March 2012, 03:04 PM +0000): > On Tue, Mar 20, 2012 at 2:29 PM, Greg <[email protected]> wrote: > > On Tue, Mar 20, 2012 at 8:48 AM, Matthew Weier O'Phinney > > <[email protected]> wrote: > > > I've fielded a large number of requests > > > from ZF1 users who would like the functionality for their ZF1 > > > applications -- no more, no less. > > > > I appreciate that, but I'm still concerned that significant changes to > > the Event system will cause disruptions to the ZF1 implementation. The > > late pull request for the SharedEventManager could be one such > > example. > > > > Anyhow I realize its also about choice..... > > There's probably no harm in clarifying this issue up front. If ZF2 > discovers a need to change the implementation of EventManager, will > such changes be allowed even where they would not be backwards > compatible with ZF1's parallel implementation? I would have thought > the answer to be an emphatic yes since ZF2 is not bound to preserving > BC with ZF1.
Yes. And if you want to use the ZF2-specific features while in a ZF1 application, you can always install the ZF2 EventManager in parallel with your ZF1 library with no conflicts, assuming you're using PHP 5.3. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
