Re: [PHP-DEV] Consistent case-insensitive module registry lookups
AllenJB <[email protected]>
| Newsgroups | gmane.comp.php.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-16 09:24, Sjoerd Langkemper wrote: > 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? Looking at the changelog for the get_extension_funcs docs page, and checking the historic output with 3v4l ( https://3v4l.org/nKkZV#veol ), it looks like this was the case in 5.0, but changed in 5.0.4 The docs commit references https://bugs.php.net/bug.php?id=29169 The documentation was right at the time it was amended to include this note, but appears to have got out of sync with reality later. I did a quick scan / search of the NEWS for 5.0.4 but couldn't see the change mentioned there (but I could well have missed it)