From: SjonHortensius Date: Tue, 2 Jul 2019 10:22:48 +0000 (+0200) Subject: update NEWS [ci skip] X-Git-Tag: php-7.4.0alpha3~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=615ce0b0994206676ad9ab6a7579f1f5cc29ff47;p=php update NEWS [ci skip] add #2684 --- 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)