Lars Strojny-2 wrote:
> 
> In PHP 5.3 we will even have E_DEPRECATED as an error level.
> 

I saw that, but I had the understanding that user-space code is supposed to
trigger only the "USER" error levels, E_USER_WARN, E_USER_NOTICE, and
E_USER_ERROR.  I assume the others are reserved for use by PHP internals. 
The example given is that E_DEPRECATED will be triggered if you try to use
the is_a() function.

Also, until ZF officially requires PHP 5.3 as a minimum version, ZF should
not make use of features that are new in that version.

Regards,
Bill Karwin
-- 
View this message in context: 
http://www.nabble.com/Zend_Deprecation-is-ready-for-community-review.-tp18513175p18532311.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to