summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-22 00:59:40 +0100
committerAnatol Belski <ab@php.net>2016-11-22 00:59:40 +0100
commitd30b73a7d48e63b26c61c70fffbc930bd64431b0 (patch)
treee5fe3cd339b3f9e631ba59431e12644683c20dea
parent8c0227745bd041cded651bdb85bd36f52c6c76c5 (diff)
downloadphp-git-d30b73a7d48e63b26c61c70fffbc930bd64431b0.tar.gz
update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b1e5ef8059..bef898bb71 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,9 @@ PHP NEWS
. Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
(Dorin Marcoci)
+- Postgres:
+ . Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()). (Craig Duncan)
+
- Soap:
. Fixed bug #73538 (SoapClient::__setSoapHeaders doesn't overwrite SOAP
headers). (duncan3dc)