Re: [PHP-DEV] [RFC] Better type names for int64 RFC
[email protected] (Jan Ehrhardt)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
Andrea Faulds in php.internals (Fri, 22 Aug 2014 16:32:51 +0100): >IÂm very much in favour of this RFC. It is not necessary to change >the type names after all; if people turn on compiler warnings, theyÂll >find out whatÂs broken anyway. 'people'? Which people? Will a normal user ever notice anything of the change from long to int? Isn't this something that only developers of extensions will notice? My guess is that this chnage is only a minor point when converting extensions to ng. Jan