1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS for GH-17940

This commit is contained in:
Remi Collet
2025-04-10 17:14:03 +02:00
parent bcee2af398
commit b3a43ca7a4

3
NEWS
View File

@@ -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)