From: Remi Collet Date: Tue, 11 Jul 2017 05:41:43 +0000 (+0200) Subject: NEWS for Sodium X-Git-Tag: php-7.2.0beta1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c229ab587c5e32666fa7ab548014151a316575ba;p=php NEWS for Sodium --- diff --git a/NEWS b/NEWS index 5cb625bc66..7f3bbec852 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,9 @@ PHP NEWS . Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()). (Dmitry) +- Sodium: + . New cryptographic extension + - SQLite3: . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception with invalid flags). (Anatol) diff --git a/UPGRADING b/UPGRADING index d0d2081623..10c948807b 100644 --- a/UPGRADING +++ b/UPGRADING @@ -124,6 +124,9 @@ PHP 7.2 UPGRADE NOTES subpatterns and empty matches by reporting NULL and "" (empty string), respectively. +- Sodium + . New cryptographic extension + - SQLite3: . Implemented writing to BLOBs.