summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-01-20 16:00:25 +0100
committerAnatol Belski <ab@php.net>2019-01-20 16:00:25 +0100
commita1b1c53d1358c86182efcc4126078c2cf444633b (patch)
treee6a7560a001a28e035623e703e267e236cf97644
parent969e57c7ac4d1c3f0c6c3ff7ae43dbb8cbc6ad41 (diff)
downloadphp-git-a1b1c53d1358c86182efcc4126078c2cf444633b.tar.gz
Update NEWS [ci skip]
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f6681d5645..6265b1736c 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP NEWS
. Fixed bug #77263 (Segfault when using 2 RecursiveFilterIterator). (Dmitry)
. Fixed bug #77447 (PHP 7.3 built with ASAN crashes in
zend_cpu_supports_avx2). (Nikita)
+ . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
+ working dir). (Anatol)
- Curl:
. Fixed bug #76675 (Segfault with H2 server push). (Pedro Magalhães)
@@ -36,6 +38,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 #77428 (mb_ereg_replace() doesn't replace a substitution
variable). (Nikita)