mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
22942f6b70
commit
e01e6f6b58
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue