On Tue, Jan 26, 2016 at 7:54 PM, Levi Morrison <le...@php.net> wrote:

> I personally consider the new changes with fractional and scientific
> notation strings and integer operators to be the more important
> change. Thanks to everyone who identified and fixed this
> inconsistency.
>

Seconded, thanks all!


> Does anyone have any good ideas on how to prevent strtol and strtod
> from being re-introduced to the repository? I could potentially see
> this happening.


Obviously not portable, but somewhere high up we could:

#pragma GCC poison strtol strtod

Reply via email to