]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorAnatol Belski <ab@php.net>
Sun, 18 Nov 2018 13:40:00 +0000 (14:40 +0100)
committerAnatol Belski <ab@php.net>
Sun, 18 Nov 2018 13:40:00 +0000 (14:40 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 66e3ec251921066e905168c2cae714de7f745b5a..c16e726f5b83a29138558e2f1deb45e5be445e15 100644 (file)
--- 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)