1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
This commit is contained in:
Kamil Tekiela
2025-10-17 15:32:14 +01:00
parent 84a6e675af
commit c4adcbe582
2 changed files with 3 additions and 1 deletions

3
NEWS
View File

@@ -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)

View File

@@ -38,6 +38,5 @@ echo "done!\n";
require_once 'clean_table.inc';
?>
--EXPECT--
NULL
Expecting an exception.
done!