Handle errors in mysqli_begin_transaction#20203
Handle errors in mysqli_begin_transaction#20203kamil-tekiela wants to merge 2 commits intophp:PHP-8.3from
Conversation
a94443a to
84a6e67
Compare
|
Please don't use |
I know, sorry. I only noticed after I pushed. I thought the branch name would be the commit name by default after squash. |
|
I just needed to bisect for this change, because it did not appear in the changelog. NEWS was not properly updated:
And I was also confused by the NEWS merges, since it appears that the merge from 8.3 to 8.4 dropped the NEWS item for a1912e3 and 159ef14, but from what I see those NEWS entry were not properly added to 8.4 and higher in the first place. /cc @ndossche Since this change has a non-trivial chance making broken code more visible (by suddenly throwing exceptions instead of silently failing), we should make sure that it is properly listed in all changelogs. /cc @php/release-managers-83 @php/release-managers-84 @php/release-managers-85 |
No description provided.