On 11/16/2012 12:51 AM, Patrick ALLAERT wrote:
> Rasmus,
> 
> As per the RFC: adding E_DEPRECATED only in mysql_connect(),
> mysql_pconnect(). Which means only one error (normally) by request.

I still don't see the point of using E_DEPRECATED like this for an
entire extension. And I think it will hurt more than it will help for an
extension this heavily used. It is going to encourage people to simply
turn off that warning because they will get it on every single request
which means they will never see the more subtle and granular
E_DEPRECATED warnings from other parts of their code.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to