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:
Remi Collet
2025-11-21 09:19:38 +01:00
parent 9d71c1e0b6
commit 769f319867

4
NEWS
View File

@@ -32,6 +32,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)