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
This commit is contained in:
Christoph Michael Becker 2017-11-28 15:47:59 +00:00
parent 22942f6b70
commit e01e6f6b58

View file

@ -385,6 +385,16 @@ use Foo\Bar\{
now supports passing streams as their first argument.
</para>
</sect2>
<sect2 xml:id="migration72.new-features.sqlite3">
<title><link linkend="book.sqlite3">SQLite3</link> allows to write BLOBs</title>
<para>
<methodname>SQLite3::openBlob</methodname> now allows to open BLOB fields in
write mode; formerly only read mode was supported.
</para>
</sect2>
</sect1>
<!-- Keep this comment at the end of the file