On Sun, 20 Nov 2016, at 10:42 PM, Derick Rethans wrote:
> __autoload is one of group (2). I think this is used a lot, and would 
> *not* want to deprecate this until PHP 8.

Agreed, I still think this is used widely, it would be fine to have it
throw an E_DEPRECATED in 7.2 and removed in 8.0. Upgrading to not use
__autoload would be trivial.

On Sun, 20 Nov 2016, at 10:42 PM, Derick Rethans wrote:
> I also do not see why (binary) should be removed, as it fits in category 
> 3.

Whilst (binary) may be harmless, it's also pointless, since it's just an
alias for (string) – I don't think it has wide-enough usage to worry
about deprecating it sooner rather than later.

--
Daniel Morris
dan...@honestempire.com


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

Reply via email to