]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Tue, 22 Nov 2016 00:01:00 +0000 (01:01 +0100)
committerAnatol Belski <ab@php.net>
Tue, 22 Nov 2016 00:01:00 +0000 (01:01 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a0ca8a437323a59031b0c5a0a90d3516b20c3cb5..2679337424952399aa8b7c00131dab6317e9dc22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ PHP                                                                        NEWS
 - PCRE:
   . Fixed bug #73483 (Segmentation fault on pcre_replace_callback). (Laruence)
 
+- 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)