1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

Update NEWS [ci skip]

This commit is contained in:
Anatol Belski
2019-01-20 15:58:19 +01:00
parent 44fa0b0f31
commit d978590c74

4
NEWS
View File

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