From 3cc4265527c7d97c3b87054f5ce46cf37351688c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 13 Jul 2016 21:57:01 +0200 Subject: [PATCH] Add NEWS entry --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 2af5a21c5d6..79d45040889 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,10 @@ PHP NEWS - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) +- Reflection: + . Fixed bug #72222 (ReflectionClass::export doesn't handle array constants). + (Nikita Nefedov) + - SPL: . Fixed bug #72122 (IteratorIterator breaks '@' error suppression). (kinglozzer)