From e01e6f6b588d2de1cbce6ab7d76381ab9ff161c1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 28 Nov 2017 15:47:59 +0000 Subject: [PATCH] Document SQLite3 related changes in the 7.2 migration guide git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343480 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration72/new-features.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appendices/migration72/new-features.xml b/appendices/migration72/new-features.xml index 3c4dd9aa19..051c899d98 100644 --- a/appendices/migration72/new-features.xml +++ b/appendices/migration72/new-features.xml @@ -385,6 +385,16 @@ use Foo\Bar\{ now supports passing streams as their first argument. + + + <link linkend="book.sqlite3">SQLite3</link> allows to write BLOBs + + + SQLite3::openBlob now allows to open BLOB fields in + write mode; formerly only read mode was supported. + + +