summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-06-19 13:47:23 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-06-19 14:47:42 +0200
commite511f152f43d597fda9f3ceb0b03c20cb3fe4d2d (patch)
tree0e1032700324180c9b8fa305c1269ff46adada1d /UPGRADING
parent9c2a1f52a5f087c70a9e91dc1f43e5718d1bd8b6 (diff)
parent626ee74ee8c45f22c096b6e5f6bfd9a032999333 (diff)
downloadphp-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--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index a77af84df3..5fb5bf0035 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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).