summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSjonHortensius <SjonHortensius@users.noreply.github.com>2019-07-02 12:22:48 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-02 12:32:42 +0200
commit615ce0b0994206676ad9ab6a7579f1f5cc29ff47 (patch)
tree89943f961e643d98a70803687e0748b03fad8df0 /NEWS
parent4a08885ed9c0eec8a6131a591ce9ad714ac773f7 (diff)
downloadphp-git-615ce0b0994206676ad9ab6a7579f1f5cc29ff47.tar.gz
update NEWS [ci skip]
add #2684
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bbf4545d01..179935c8ab 100644
--- 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)