From 73321e22d27298b702bf16cee1258ac1677c8239 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 May 2025 09:22:41 +0200 Subject: [PATCH] NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 608880d61fa..5e26e2bc7ff 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ PHP NEWS - Intl: . Fix various reference issues. (nielsdos) +- LDAP: + . Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in + ldap_start_tls()). (Remi) + - Opcache: . Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size). (nielsdos)