-- David Mintz <[email protected]> wrote (on Friday, 20 July 2012, 04:13 PM -0400): > On Fri, Jul 6, 2012 at 3:49 PM, Matthew Weier O'Phinney > <[email protected]>wrote: > > > - BC BREAK: REMOVES the following components: > > - Zend\Currency > > - Zend\Date > > - Zend\Locale > > - Zend\Measure > > - Zend\Translator > > - All filters, validators, and view helpers that relied on the > > above. > > > > just curious: why has Zend_Date been removed?
Because DateTime + IntlDateFormatter in PHP provide as much if not more functionality, and are light years faster (due to being implemented in C). :) -- 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]
