]> granicus.if.org Git - php/commitdiff
Update NEWS [ci skip]
authorAnatol Belski <ab@php.net>
Sun, 20 Jan 2019 14:58:19 +0000 (15:58 +0100)
committerAnatol Belski <ab@php.net>
Sun, 20 Jan 2019 14:58:19 +0000 (15:58 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 31e73b5ecc0691f9f74f4fceec93fe048b7e8f60..928cd54e2cc2101968e928fc3ea6f7be63cc0b37 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP                                                                        NEWS
   . Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
   . Fixed bug #77479 (imagewbmp() segfaults with very large images). (cmb)
 
+- ldap:
+  . Fixed bug #77440 (ldap_bind using ldaps or ldap_start_tls()=exception in
+    libcrypto-1_1-x64.dll). (Anatol)
+
 - Mbstring:
   . Fixed bug #77454 (mb_scrub() silently truncates after a null byte).
     (64796c6e69 at gmail dot com)