Hi

Den man. 22. mar. 2021 kl. 11.25 skrev Nikita Popov <nikita....@gmail.com>:
>
> Hi internals,
>
> It's time for another deprecation RFC:
> https://wiki.php.net/rfc/deprecations_php_8_1

I'd like to suggest adding `nl_langinfo()` to the list of
deprecations, it is a non-cross platform oddity that make less sense
with the current deprecations of functions like `strptime()` (also
non-cross platform) and `strftime()`. Personally I have seen more code
in the wild use array derefencing on `localeconv()` (which is cross
platform) over using `nl_langinfo()` for a single category.


-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

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

Reply via email to