From 3e78380d02085f83c5d50d683670e6b5dd1b1582 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 18 Nov 2018 14:37:04 +0100 Subject: [PATCH 1/2] [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index dbb7c1fff92..900bd72fcd3 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS - Opcache: . Fixed bug #77058 (Type inference in opcache causes side effects). (Nikita) +- PGSQL: + . Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT + TIMEZONE' data type). (Andy Gajetzki) + - SOAP: . Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault). (cmb) . Fixed bug #77141 (Signedness issue in SOAP when precision=-1). (cmb) From 6742b4b7cc67cf586bcaf9f321f211657ca42dee Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 18 Nov 2018 14:38:35 +0100 Subject: [PATCH 2/2] [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)