summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-11-18 14:38:35 +0100
committerAnatol Belski <ab@php.net>2018-11-18 14:38:35 +0100
commit6742b4b7cc67cf586bcaf9f321f211657ca42dee (patch)
tree037ebb3eb99cbbd021c6d23e7a6d97dcf13dada5
parent6e32f5952561da545606cdd437f90a3003a5da5f (diff)
downloadphp-git-6742b4b7cc67cf586bcaf9f321f211657ca42dee.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2241ac222e..8a7d7ea670 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)