[VOTE] Remove hex support in numeric strings

php.internals

Nikita Popov

11 years ago
Hi internals! The RFC proposing to remove support for hexadecimal strings in is_numeric_string() is now in voting: https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings Thanks, Nikita

Nikita Popov

11 years ago
On Sat, Jan 17, 2015 at 8:40 PM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals! > > The RFC proposing to remove support for hexadecimal strings in > is_numeric_string() is now in voting: > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings >
Reminder: This vote closes tomorrow. Nikita

Paul Dragoonis

11 years ago
On 26 Jan 2015 20:02, "Nikita Popov" <nikita.ppv@gmail.com> wrote:
> > On Sat, Jan 17, 2015 at 8:40 PM, Nikita Popov <nikita.ppv@gmail.com>
wrote:
> > > Hi internals! > > > > The RFC proposing to remove support for hexadecimal strings in > > is_numeric_string() is now in voting: > > > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings > > >
I always hated using is_numeric_string() because of the size and complexity of it. Removing this use case will make it smaller I hope, but probably not less crazy :)

Pascal MARTIN

11 years ago
Le 26/01/2015 21:02, Nikita Popov a écrit :
> Reminder: This vote closes tomorrow. > > Nikita
Hi, Not many of us at AFUP expressed their opinion on this RFC (which is probably a sign this feature isn't used much and won't be missed ^^). Still, those who did all agree on removing this -- which means we would be +1.
-- Pascal MARTIN, AFUP - French UG http://php-internals.afup.org/

Nikita Popov

11 years ago
On Sat, Jan 17, 2015 at 8:40 PM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> Hi internals! > > The RFC proposing to remove support for hexadecimal strings in > is_numeric_string() is now in voting: > > https://wiki.php.net/rfc/remove_hex_support_in_numeric_strings > > Thanks, > Nikita >
The RFC was accepted unanimously with 29 votes in favor :) Nikita