mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-27 22:27:11 +00:00
reinstate error handlers; better DB error reporting on failed queries
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
interface IDb {
|
||||
function connect($host, $user, $pass, $db, $port);
|
||||
function init();
|
||||
function escape_string($s, $strip_tags = true);
|
||||
function query($query, $die_on_error = true);
|
||||
function fetch_assoc($result);
|
||||
|
||||
Reference in New Issue
Block a user