Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16903

Use exceptions to handle errors in sqlite3

XMLWordPrintable

      The current implementation of sqlite3 throws warnings if there are errors. Until PHP 8, these could be silenced with @ but this will no longer work that easily with PHP 8. Instead, we should be using https://www.php.net/manual/en/sqlite3.enableexceptions.php

      It's also possible that use doctrine will make this ticket obsolete.

            Unassigned Unassigned
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: