summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-11-18 14:40:00 +0100
committerAnatol Belski <ab@php.net>2018-11-18 14:40:00 +0100
commit68442312e38beb93b2a744cf5c8dd5881aa225d4 (patch)
tree5b38aeccdbc4ebbee000cb02b87aa71d5e0a5aeb
parent5f64afc073ca8d0e84eec3b57383a07118b80b2c (diff)
downloadphp-git-68442312e38beb93b2a744cf5c8dd5881aa225d4.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66e3ec2519..c16e726f5b 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)