From 68442312e38beb93b2a744cf5c8dd5881aa225d4 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 18 Nov 2018 14:40:00 +0100 Subject: [PATCH] [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 66e3ec25192..c16e726f5b8 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ PHP NEWS . Fixed bug #77165 (mb_check_encoding crashes when argument given an empty array). (Nikita) +- PGSQL: + . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT + TIMEZONE' data type). (Andy Gajetzki) + - SOAP: . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb)