Raphael Geissert wrote:
> 
> If there's no objection, I would like to remove them entirely and use
> strtol in php_filter_int.
> 

By the way, I don't think that the fact that strtol is locale-aware should 
be a reason to make the change. Since scripts are expected to use the value 
returned by filter_var() there should be no problem with the fact that 
strings such as "100'000" are accepted as a valid integer, under certain 
locales.

Cheers,
-- 
Raphael Geissert

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to