From: Christoph M. Becker Date: Mon, 19 Jun 2017 11:47:23 +0000 (+0200) Subject: Merge branch 'pull-request/2528' X-Git-Tag: php-7.2.0alpha2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e511f152f43d597fda9f3ceb0b03c20cb3fe4d2d;p=php Merge branch 'pull-request/2528' * pull-request/2528: Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, add tests on errors Implement writing to BLOBs in SQLite3 --- e511f152f43d597fda9f3ceb0b03c20cb3fe4d2d diff --cc UPGRADING index a77af84df3,0530958def..5fb5bf0035 --- a/UPGRADING +++ b/UPGRADING @@@ -102,15 -104,9 +102,18 @@@ PHP 7.2 UPGRADE NOTE . A trailing comma in group use statements is now allowed. (https://wiki.php.net/rfc/list-syntax-trailing-commas) +- DBA: + . Implemented support for the LMDB backend. + - PCRE: . Added `J` modifier for setting PCRE_DUPNAMES. + . Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched + subpatterns and empty matches by reporting NULL and "" (empty string), + respectively. + ++- SQLite3: ++ . Implemented writing to BLOBs. + - Standard: . Simplified password hashing API updated to support Argon2i hashes when PHP is compiled with libargon2 (https://wiki.php.net/rfc/argon2_password_hash).