On 11 Mar 2015 at 17:46, Richard Hipp <drh at sqlite.org> wrote: > Am I correct in understanding that you have enabled the error and > warning log (https://www.sqlite.org/errlog.html) and it is not showing > anything unusual?
The page at the link above references this call via the C interface: sqlite3_config(SQLITE_CONFIG_LOG, errLogCallback, pData); Is this available somehow via the PHP sqlite3 interface (not PDO)? -- Cheers -- Tim