[GIT-PULLS] [php-src] PR #23209: Deprecate mysqli_stmt_init
[email protected] (kamil-tekiela)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23209 Author: kamil-tekiela This was mostly replacing `mysqli_stmt_init` + `mysqli_stmt_prepare` with `mysqli_prepare`. The unrelated changes are either fixing typos or removing dead code.