Commit 48f1c130977 for php.net

commit 48f1c1309774d894ac5b73acc8ab3e0643654a60
Merge: 840625f266f 5c259100c24
Author: Kamil Tekiela <tekiela246@gmail.com>
Date:   Mon Sep 21 17:24:04 2026 +0100

    Merge branch 'PHP-8.5'

diff --cc NEWS
index 8d7dd508812,ae13afd8c35..9e8da51adbb
--- a/NEWS
+++ b/NEWS
@@@ -49,9 -39,14 +49,13 @@@ PH
  - MBString:
    . Fixed bug GH-23106 (mb_strpos() reads past the end of a haystack ending in
      a truncated UTF-8 sequence). (Lazizbek Ergashev)
 +  . Updated Unicode data tables to Unicode 18.0 (Yuya Hamada)

+ - MySQLi:
+   . Fix GH-22854: Fixed failed assertion when accessing mysqli property after
+     failed reconnection. (Kamil Tekiela)
+
  - Opcache:
 -  . Fixed OSS-Fuzz #546798343 (Heap-buffer-overflow in optimizer with
 -    FCCs and inlining). (ndossche)
    . Fixed bug GH-23693 (Tracing JIT produces wrong results for a guard on a
      loop-invariant addition). (Ilia Alshanetsky)