From b3a43ca7a46a4a77c2497d60660473ab2fed9ca4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2025 17:14:03 +0200 Subject: [PATCH] NEWS for GH-17940 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index af8017fe151..8f165880aa8 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ PHP NEWS . Fixed GH-18243 imagettftext() overflow/underflow on font size value. (David Carlier) +- LDAP: + . Fixed bug GH-17940 (LDAP_OPT_X_TLS_REQUIRE_CERT can't be overridden). (Remi) + - libxml: . Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message. (Girgias)