diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2017-06-19 13:47:23 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2017-06-19 14:47:42 +0200 |
commit | e511f152f43d597fda9f3ceb0b03c20cb3fe4d2d (patch) | |
tree | 0e1032700324180c9b8fa305c1269ff46adada1d /UPGRADING | |
parent | 9c2a1f52a5f087c70a9e91dc1f43e5718d1bd8b6 (diff) | |
parent | 626ee74ee8c45f22c096b6e5f6bfd9a032999333 (diff) | |
download | php-git-e511f152f43d597fda9f3ceb0b03c20cb3fe4d2d.tar.gz |
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
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -111,6 +111,9 @@ PHP 7.2 UPGRADE NOTES 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). |