summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-10-21 09:23:44 +0200
committerJoe Watkins <krakjoe@php.net>2019-10-21 09:24:41 +0200
commit1ac961bea85930d9c71bcca349ee4b9d84edd3b8 (patch)
tree6e933ddeaf6a6d86c115639021320ec96e5e10a5 /NEWS
parentd517c559fcd1e2746476c0a4cab0ecd7a6f075b2 (diff)
parent1c9b62fbd43599528d016f190ef2d25446db0051 (diff)
downloadphp-git-1ac961bea85930d9c71bcca349ee4b9d84edd3b8.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix bug #78697: inaccurate error message
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd3d4c2fa0..2e7984985a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP NEWS
. Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads).
(Maksim Nikulin)
+- Reflection:
+ . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
+ message with traits). (villfa)
+
- Testing:
. Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb)