]> granicus.if.org Git - php/commitdiff
Add NEWS entry for bug #77357
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 4 Jan 2019 08:07:32 +0000 (09:07 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 4 Jan 2019 08:07:50 +0000 (09:07 +0100)
The fix has been confirmed.

[ci skip]

NEWS

diff --git a/NEWS b/NEWS
index c2a6e18eff4a1cfa2015a31454258c9301a103b1..ddfb0c9b419d4a19ac45a53670e5418f2637937b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP                                                                        NEWS
     (Laruence)
   . Fixed bug #77376 ("undefined function" message no longer includes
     namespace). (Laruence)
+  . Fixed bug #77357 (base64_encode / base64_decode doest not work on nested
+    VM). (Nikita)
   . Fixed bug #77339 (__callStatic may get incorrect arguments). (Dmitry)
   . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
     subst virtual drive). (Anatol)