Till Klampaeckel-2 wrote:
> 
> Zend_File seems to lead the list, but only with 5.2.1, not 5.2.4.
> 
> And if anyone cares, here are the version requirements per component
> (tests not included):
> 
> ...
> Zend_Date: 5.1.0
> ...
> 
> 
> 

Zend_Date on ver 1.7+ is broken on php 5.16 due to the use of 

$this->_locale = (string) $locale; ($locale is an object)

in the getLocale() function.
-- 
View this message in context: 
http://www.nabble.com/PHP-version-requirement-tp20904056p21284519.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to