From 74c4510da92b92bd9323edcfe88bc18835a608c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Nov 2025 09:20:22 +0100 Subject: [PATCH] NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 06aa7adcc02..6e03a774df2 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,10 @@ PHP NEWS . Fixed bug GH-20492 (mbstring compile warning due to non-strings). (ndossche) +- MySQLnd: + . Fixed bug GH-20528 (Regression breaks mysql connexion using an IPv6 address + enclosed in square brackets). (Remi) + - Opcache: . Fixed bug GH-20329 (opcache.file_cache broken with full interned string buffer). (Arnaud)