Re: [PHP-DEV] Consistent case-insensitive module registry lookups
"Sjoerd Langkemper" <[email protected]>
| Newsgroups | gmane.comp.php.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Aug 15, 2026, at 18:39, Weilin Du wrote:
> good to have ini_get_all consistent with other functions, that
> is, to be case-insensitive in extension names.
I agree. Another option to make them consistent would be to have them all case-sensitive. Have you considered that?
On Sat, Aug 15, 2026, at 18:39, Weilin Du wrote:
> get_extension_funcs('Pcre') // ok
This is not what the documentation for get_extension_funcs says:
> This parameter must be in *lowercase*.
This doesn't seem to be true. Do you know why it says that?
Regards,
Sjoerd