summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-01-20 15:58:19 +0100
committerAnatol Belski <ab@php.net>2019-01-20 15:58:19 +0100
commitd978590c745c23940e29d05d612f673ea45f1d91 (patch)
treee2b6e94b8c2a42f04c65a56c36ee691ec1a50723
parent44fa0b0f311beee4bfcbdb954d61f0c9a8395a96 (diff)
downloadphp-git-d978590c745c23940e29d05d612f673ea45f1d91.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 31e73b5ecc..928cd54e2c 100644
--- 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)