Magento 2 and Zend Framework 2 Integration Guide

magento-2.0magento2zend-framework

Since Magento is planning on using Zend Framework 2, does that mean that all the current extensions that utilize ZF1 are going to break? From what I know about ZF2 and ZF1 is that they are very different in some ways. Especially with namespaces. Wouldn't this hurt them a little? Or, do you think they are anticipating that ZF2 will be a hit?

Best Answer

AFAIK Magento 2 will not use ZF2.
But this is not relevant to your problem.
Since there is no backwords compatibility between Magento 2 and Magento 1 all the extensions that exist for Magento 1 will not work for Magento 2 anyway no matter what ZF version is used.

Related Topic