]> granicus.if.org Git - php/commitdiff
update NEWS [ci skip]
authorSjonHortensius <SjonHortensius@users.noreply.github.com>
Tue, 2 Jul 2019 10:22:48 +0000 (12:22 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 2 Jul 2019 10:32:42 +0000 (12:32 +0200)
add #2684

NEWS

diff --git a/NEWS b/NEWS
index bbf4545d0126eccf635daea7e084a94cac333a11..179935c8ab5ff0ae1ae1d98f0fb7aa6898cafb69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP                                                                        NEWS
 - Opcache:
   . Fixed #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb)
 
+- PDO:
+  . Implemented FR #78033 (PDO - support username & password specified in
+    DSN). (sjon)
+
 - PDO_Sqlite:
   . Fixed #78192 (SegFault when reuse statement after schema has changed).
     (Vincent Quatrevieux)