From fec5786f87a904e595d602688b666dbc80f5e1b1 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 5 Oct 2018 22:59:55 +0200 Subject: [PATCH] [ci skip] Update NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ee75ecd908c..82c250ef2fc 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ PHP NEWS . Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown). (Manuel Mausz) +- intl: + . Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org) + - Reflection: . Fixed bug #76936 (Objects cannot access their private attributes while handling reflection errors). (Nikita)