Newly added optimizations of SQLiteJournal caused problem for using SQLiteJournal for apps running in virtual machine (tested in Virtualbox). WAL option doesn't work with network filesystem which is used in Virtualbox.
cause:
PRAGMA journal_mode = WAL;
in SQLiteJournal.php:36

Way to switch WAL on/off in journal or removal of the line would fix the problem.
Environment:
Windows 10 x64
Container running in Docker Toolbox v1.9.1f
PHP 5.6.16
Newly added optimizations of SQLiteJournal caused problem for using SQLiteJournal for apps running in virtual machine (tested in Virtualbox). WAL option doesn't work with network filesystem which is used in Virtualbox.
cause:
PRAGMA journal_mode = WAL;in SQLiteJournal.php:36
Way to switch WAL on/off in journal or removal of the line would fix the problem.
Environment:
Windows 10 x64
Container running in Docker Toolbox v1.9.1f
PHP 5.6.16