From 6742b4b7cc67cf586bcaf9f321f211657ca42dee Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 18 Nov 2018 14:38:35 +0100 Subject: [PATCH] [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 2241ac222e5..8a7d7ea670a 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,10 @@ PHP NEWS . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita) . Fixed bug #77092 (array_diff_key() - segmentation fault). (Nikita) +- PGSQL: + . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT + TIMEZONE' data type). (Andy Gajetzki) + - SOAP: . Fixed bug #50675 (SoapClient can't handle object references correctly). (Cameron Porter)