From c4adcbe582faa263f11404ac89eb2cb80f2bdbca Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Fri, 17 Oct 2025 15:32:14 +0100 Subject: [PATCH] Add NEWS --- NEWS | 3 +++ ext/mysqli/tests/mysqli_begin_transaction_error.phpt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 376139b086f..9ba18d3fdb0 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,9 @@ PHP NEWS - MBString: . Fixed bug GH-17112 (Macro redefinitions). (nielsdos, cmb) +- mysqli: + . Make mysqli_begin_transaction() report errors properly. (Kamil Tekiela) + - Opcache: . opcache_get_configuration() properly reports jit_prof_threshold. (cmb) diff --git a/ext/mysqli/tests/mysqli_begin_transaction_error.phpt b/ext/mysqli/tests/mysqli_begin_transaction_error.phpt index 34071d28088..e4d63f366e8 100644 --- a/ext/mysqli/tests/mysqli_begin_transaction_error.phpt +++ b/ext/mysqli/tests/mysqli_begin_transaction_error.phpt @@ -38,6 +38,5 @@ echo "done!\n"; require_once 'clean_table.inc'; ?> --EXPECT-- -NULL Expecting an exception. done!