Commit c566502d9ed for php.net
commit c566502d9ed51fc86d8ee4dca03e775e6fe07513
Merge: 526938648ef c54abaa7e45
Author: Kamil Tekiela <tekiela246@gmail.com>
Date: Sun Dec 14 15:28:50 2025 +0000
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Squashed commit of the following:
diff --cc NEWS
index 3d3e304b648,98b49955f4d..4202015a967
--- a/NEWS
+++ b/NEWS
@@@ -60,6 -68,15 +60,9 @@@ PH
. Fix some deprecations on newer libxml versions regarding input
buffer/parser handling. (ndossche)
-- MbString:
- . Fixed bug GH-20491 (SLES15 compile error with mbstring oniguruma).
- (ndossche)
- . Fixed bug GH-20492 (mbstring compile warning due to non-strings).
- (ndossche)
-
+ - mysqli:
+ . Make mysqli_begin_transaction() report errors properly. (Kamil Tekiela)
+
- MySQLnd:
. Fixed bug GH-20528 (Regression breaks mysql connexion using an IPv6 address
enclosed in square brackets). (Remi)