summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-10-21 09:22:32 +0200
committerJoe Watkins <krakjoe@php.net>2019-10-21 09:23:26 +0200
commit1c9b62fbd43599528d016f190ef2d25446db0051 (patch)
tree4e97177608dbb40e0bb88306bf389631ae9bccbe /NEWS
parent4f50d58caba8286b5c533f6925b2ec320dd0742e (diff)
parentbea2ff88c9536ffd157c5fa304bd29a9cee85524 (diff)
downloadphp-git-1c9b62fbd43599528d016f190ef2d25446db0051.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: 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 8d75b4a8f9..ae815659a3 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP NEWS
. Fixed bug #78654 (Incorrectly computed opcache checksum on files with
non-ascii characters). (mhagstrand)
+- Reflection:
+ . Fixed bug #78697 (ReflectionClass::ImplementsInterface - inaccurate error
+ message with traits). (villfa)
+
- Sockets:
. Fixed bug #78665 (Multicasting may leak memory). (cmb)