Re: [PHP-DEV] [RFC] Deprecations for PHP 8.6 [impact scans]
[email protected] (Kamil Tekiela) Thu, 16 Jul 2026 00:27:56 +0100
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CAGBsUrcemFQVuYhYZk0ZMjxTG-+p=J8wa7cbAfYC3Yzs4nG5JQ@mail.gmail.com> |
On Wed, 15 Jul 2026 at 23:45, Juliette Reinders Folmer <[email protected]> wrote: > > * The "Deprecate mysqli::stmt_init" deprecation does not mention the procedural `mysqli_stmt_init()` function, while I presume that will be deprecated too ? Thanks for pointing that out. It's been a while since I wrote that proposal, but I checked it again, and you are right, I missed the procedural function. I have clarified it by adding a new paragraph and the deprecation message. I have also reworded the text without changing its meaning to highlight my impact analysis, which showed that this function is not used in any popular open-source project. FWIW, both of my proposals included impact analysis from the start. I was unable to find any usage of these functions in the wild. I hope this change is not going to reset the counter. This was a simple oversight when writing the text of the proposal.