From: Peter Kokot Date: Tue, 30 Jul 2019 20:09:00 +0000 (+0200) Subject: Update NEWS X-Git-Tag: php-7.4.0beta2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e8774e57a4bdc877e52bcefa1e6c4e9f4058486;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 85510c54bc..57c80a88f7 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ PHP NEWS - PCRE: . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb) +- PDO_Sqlite: + . Fixed bug #78348 (Remove -lrt from pdo_sqlite.so). (Peter Kokot) + - Phar: . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)