This commit is contained in:
Remi Collet 2025-05-15 09:21:58 +02:00
parent 2760a3ef97
commit 8da9530652
No known key found for this signature in database
GPG key ID: DC9FF8D3EE5AF27F

4
NEWS
View file

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