Re: [PHP-DEV] Re: [RFC] Strict operators directive

2020-05-16 Thread Max Semenik
On Sat, May 16, 2020 at 5:20 PM Mark Randall wrote: > IMHO we need to know what is happening with editions, as I think this > would be an ideal candidate for that rather than another declare On the other hand, a declare would allow a gradual upgrade path where people can use strict mode for new

[PHP-DEV] Re: [RFC] Strict operators directive

2020-05-16 Thread Mark Randall
On 15/05/2020 23:03, Arnold Daniels wrote: Hi all, I'd like to restart the discussion for the strict_opterators RFC ( https://wiki.php.net/rfc/strict_operators). I think this kind of change will have a long term positive impact, but it will require a lot of work to update code. IMHO we need