summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-11-18 14:37:04 +0100
committerAnatol Belski <ab@php.net>2018-11-18 14:37:04 +0100
commit3e78380d02085f83c5d50d683670e6b5dd1b1582 (patch)
treeb60df725326d71ca5dc4ff29cfdc160c4e4ccc2f
parent0434141ce93d5033e47c46c78a8849ac3bfa4311 (diff)
downloadphp-git-3e78380d02085f83c5d50d683670e6b5dd1b1582.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbb7c1fff9..900bd72fcd 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)