Re: [PHP-DEV] [RFC] Integer Semantics
[email protected] (Derick Rethans)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 19 Aug 2014, Andrea Faulds wrote: > Good evening, > > I have made an RFC which would make some small changes to how integers are handled, targeted at PHP 7: > > https://wiki.php.net/rfc/integer_semantics I think it is good to make sure it behaves the same on all systems. However, I think the behaviour should become what currently is the shift behaviour on the platform with our largest userbase: Linux on AMD64 with GCC. There is no reason to penalise people that well might have relied on some "odd" behaviour - possible even with good reasons. cheers, Derick